Lines Matching defs:SystemMemoryInfoKB
330 struct BASE_EXPORT SystemMemoryInfoKB { struct
333 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument
338 int total = 0;
341 int free = 0;
350 int avail_phys = 0;
360 int available = 0;
364 int swap_total = 0;
365 int swap_free = 0;
370 int buffers = 0;
371 int cached = 0;
372 int active_anon = 0;
373 int inactive_anon = 0;
374 int active_file = 0;
375 int inactive_file = 0;
399 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument