Searched defs:AmountOfPhysicalMemory (Results 1 – 4 of 4) sorted by relevance
32 int64_t AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function69 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in base::SysInfo
48 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in base::SysInfo
55 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in v8::base::SysInfo
22 TEST(SysInfoTest, DISABLE_ON_NACL(AmountOfPhysicalMemory)) { in TEST()