Lines Matching defs:SystemMemoryInfoKB
262 struct BASE_EXPORT SystemMemoryInfoKB { struct
268 int total;
269 int free;
272 int swap_total;
273 int swap_free;
277 int buffers;
278 int cached;
279 int active_anon;
280 int inactive_anon;
281 int active_file;
282 int inactive_file;
306 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument