Searched refs:GetSystemMemoryInfo (Results 1 – 7 of 7) sorted by relevance
53 if (!GetSystemMemoryInfo(&info)) in AmountOfAvailablePhysicalMemoryImpl()
46 ASSERT_TRUE(GetSystemMemoryInfo(&info)); in TEST_F()
63 GetSystemMemoryInfo(&system_metrics.memory_info_); in Sample()
418 TEST(SystemMetrics2Test, GetSystemMemoryInfo) { in TEST() argument420 EXPECT_TRUE(GetSystemMemoryInfo(&info)); in TEST()
359 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo);
372 if (!GetSystemMemoryInfo(&meminfo)) in GetSystemCommitCharge()612 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) { in GetSystemMemoryInfo() function
247 if (!base::GetSystemMemoryInfo(&info)) { in GetUsedMemoryInPercent()