Lines Matching defs:SystemMemoryInfoKB
289 struct BASE_EXPORT SystemMemoryInfoKB { struct
296 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;
330 int inactive_anon = 0;
331 int active_file = 0;
332 int inactive_file = 0;
333 int dirty = 0;
334 int reclaimable = 0;
359 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument