Searched refs:AmountOfPhysicalMemory (Results 1 – 5 of 5) sorted by relevance
14 TEST(SysUtils, AmountOfPhysicalMemory) { in TEST() argument20 static_cast<size_t>(SysInfo::AmountOfPhysicalMemory())); in TEST()
33 int64_t AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function38 base::internal::LazySysInfoValue<int64_t, AmountOfPhysicalMemory>>::Leaky
34 static int64_t AmountOfPhysicalMemory();50 return static_cast<int>(AmountOfPhysicalMemory() / 1024 / 1024); in AmountOfPhysicalMemoryMB()
22 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in base::SysInfo
30 EXPECT_GT(SysInfo::AmountOfPhysicalMemory(), 0); in TEST_F()