Searched defs:SystemMemoryInfoKB (Results 1 – 2 of 2) sorted by relevance
289 struct BASE_EXPORT SystemMemoryInfoKB { struct296 int total = 0;299 int free = 0;308 int avail_phys = 0;317 int available = 0;321 int swap_total = 0;322 int swap_free = 0;327 int buffers = 0;328 int cached = 0;329 int active_anon = 0;[all …]
327 struct BASE_EXPORT SystemMemoryInfoKB { struct330 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument335 int total = 0;338 int free = 0;347 int avail_phys = 0;357 int available = 0;361 int swap_total = 0;362 int swap_free = 0;367 int buffers = 0;368 int cached = 0;[all …]