Searched refs:AmountOfPhysicalMemory (Results 1 – 8 of 8) sorted by relevance
32 int64_t AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function53 base::internal::LazySysInfoValue<int64_t, AmountOfPhysicalMemory>>::Leaky69 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in base::SysInfo
27 static int64_t AmountOfPhysicalMemory();40 return static_cast<int>(AmountOfPhysicalMemory() / 1024 / 1024); in AmountOfPhysicalMemoryMB()
48 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in base::SysInfo
33 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemory(), 0); in TEST_F()
22 TEST(SysInfoTest, DISABLE_ON_NACL(AmountOfPhysicalMemory)) { in TEST() argument23 EXPECT_LT(0, SysInfo::AmountOfPhysicalMemory()); in TEST()
20 static int64_t AmountOfPhysicalMemory();
55 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in v8::base::SysInfo
2472 base::SysInfo::AmountOfPhysicalMemory(), in Main()