pub type PbSystemMemory = SystemMemory;
struct PbSystemMemory { pub used: u64, pub total: u64, }
used: u64
total: u64