Home
last modified time | relevance | path

Searched defs:SystemMemoryInfoKB (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/process/
Dprocess_metrics.h261 struct BASE_EXPORT SystemMemoryInfoKB { struct
267 int total;
268 int free;
269 int buffers;
270 int cached;
271 int active_anon;
272 int inactive_anon;
296 SystemMemoryInfoKB* meminfo); argument
Dprocess_metrics_linux.cc477 SystemMemoryInfoKB::SystemMemoryInfoKB() { in SystemMemoryInfoKB() function in base::SystemMemoryInfoKB