pub type PlatformSwap = PlatformMemory;
struct PlatformSwap { pub meminfo: BTreeMap<String, ByteSize>, }
meminfo: BTreeMap<String, ByteSize>