Home
last modified time | relevance | path

Searched refs:SystemMemoryInfoKB (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/process/
Dprocess_metrics.h262 struct BASE_EXPORT SystemMemoryInfoKB { struct
263 SystemMemoryInfoKB();
306 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo); argument
329 SystemMemoryInfoKB* meminfo);
334 SystemMemoryInfoKB* meminfo);
409 SystemMemoryInfoKB memory_info_;
Dprocess_metrics_linux.cc433 SystemMemoryInfoKB meminfo; in GetSystemCommitCharge()
533 SystemMemoryInfoKB::SystemMemoryInfoKB() { in SystemMemoryInfoKB() function in base::SystemMemoryInfoKB
558 scoped_ptr<Value> SystemMemoryInfoKB::ToValue() const { in ToValue()
588 SystemMemoryInfoKB* meminfo) { in ParseProcMeminfo()
656 SystemMemoryInfoKB* meminfo) { in ParseProcVmstat()
687 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) { in GetSystemMemoryInfo()
Dprocess_metrics_mac.cc82 SystemMemoryInfoKB::SystemMemoryInfoKB() { in SystemMemoryInfoKB() function in base::SystemMemoryInfoKB
369 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) { in GetSystemMemoryInfo()
Dprocess_metrics_unittest.cc89 struct SystemMemoryInfoKB meminfo; in TEST_F()
198 struct SystemMemoryInfoKB meminfo; in TEST_F()
347 SystemMemoryInfoKB info; in TEST()