5 lines
114 B
C
5 lines
114 B
C
struct sysinfo {
|
|
uint64 freemem; // amount of free memory (bytes)
|
|
uint64 nproc; // number of process
|
|
};
|