Searched defs:MemOccupy (Results 1 – 1 of 1) sorted by relevance
38 struct MemOccupy { struct39 char memTotalName_[SYSTEM_INFO_BUFFER_SIZE];40 uint64_t memTotal_;41 char memFreeName_[SYSTEM_INFO_BUFFER_SIZE];42 uint64_t memFree_;43 char buffersName_[SYSTEM_INFO_BUFFER_SIZE];44 uint64_t buffers_;45 char cachedName_[SYSTEM_INFO_BUFFER_SIZE];46 uint64_t cached_;47 char swapCachedName_[SYSTEM_INFO_BUFFER_SIZE];[all …]