Lines Matching defs:SystemMemoryInfoKB
265 struct BASE_EXPORT SystemMemoryInfoKB { struct
272 int total;
273 int free;
280 int available;
284 int swap_total;
285 int swap_free;
289 int buffers;
290 int cached;
291 int active_anon;
292 int inactive_anon;
293 int active_file;
294 int inactive_file;
318 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument