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