1 2 3 4
struct sysinfo { uint64 freemem; // amount of free memory (bytes) uint64 nproc; // number of process };