Searched defs:SysMemory (Results 1 – 1 of 1) sorted by relevance
23 struct SysMemory { struct24 int32_t memTotal = 0; // total amount of usable RAM, unit KB25 int32_t memFree = 0; // unit KB26 int32_t memAvailable = 0; // unit KB27 int32_t zramUsed = 0; // unit KB28 int32_t swapCached = 0; // unit KB29 int32_t cached = 0; // unit KB