Lines Matching defs:SystemMemoryInfoKB
327 struct BASE_EXPORT SystemMemoryInfoKB { struct
330 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument
335 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;
369 int active_anon = 0;
370 int inactive_anon = 0;
371 int active_file = 0;
372 int inactive_file = 0;
396 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument