Searched refs:AmountOfPhysicalMemory (Results 1 – 7 of 7) sorted by relevance
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()
22 static int64_t AmountOfPhysicalMemory();
57 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in v8::base::SysInfo
4171 base::SysInfo::AmountOfPhysicalMemory(), in Main()