Lines Matching defs:SystemMemoryInfoKB
295 struct BASE_EXPORT SystemMemoryInfoKB { struct
298 SystemMemoryInfoKB& operator=(const SystemMemoryInfoKB& other); argument
303 int total = 0;
306 int free = 0;
315 int avail_phys = 0;
325 int available = 0;
329 int swap_total = 0;
330 int swap_free = 0;
335 int buffers = 0;
336 int cached = 0;
337 int active_anon = 0;
338 int inactive_anon = 0;
339 int active_file = 0;
340 int inactive_file = 0;
364 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument