Searched defs:SystemMemoryInfoKB (Results 1 – 2 of 2) sorted by relevance
261 struct BASE_EXPORT SystemMemoryInfoKB { struct267 int total;268 int free;269 int buffers;270 int cached;271 int active_anon;272 int inactive_anon;296 SystemMemoryInfoKB* meminfo); argument
477 SystemMemoryInfoKB::SystemMemoryInfoKB() { in SystemMemoryInfoKB() function in base::SystemMemoryInfoKB