Home
last modified time | relevance | path

Searched refs:GetSystemMemoryInfo (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/process/
Dprocess_metrics.cc24 GetSystemMemoryInfo(&system_metrics.memory_info_); in Sample()
Dprocess_metrics_unittest.cc346 TEST(SystemMetrics2Test, GetSystemMemoryInfo) { in TEST() argument
348 EXPECT_TRUE(GetSystemMemoryInfo(&info)); in TEST()
Dprocess_metrics.h306 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo);
Dprocess_metrics_mac.cc369 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) { in GetSystemMemoryInfo() function
Dprocess_metrics_linux.cc434 if (!GetSystemMemoryInfo(&meminfo)) in GetSystemCommitCharge()
687 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) { in GetSystemMemoryInfo() function