Home
last modified time | relevance | path

Searched refs:AmountOfPhysicalMemory (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dsys_info_linux.cc33 int64_t AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function
38 base::internal::LazySysInfoValue<int64_t, AmountOfPhysicalMemory>>::Leaky
Dsys_info.h34 static int64_t AmountOfPhysicalMemory();
50 return static_cast<int>(AmountOfPhysicalMemory() / 1024 / 1024); in AmountOfPhysicalMemoryMB()
Dsys_info.cc22 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in base::SysInfo
Dsys_info_unittest.cc30 EXPECT_GT(SysInfo::AmountOfPhysicalMemory(), 0); in TEST_F()
/external/v8/src/base/
Dsys-info.h22 static int64_t AmountOfPhysicalMemory();
Dsys-info.cc57 int64_t SysInfo::AmountOfPhysicalMemory() { in AmountOfPhysicalMemory() function in v8::base::SysInfo
/external/v8/src/d8/
Dd8.cc4171 base::SysInfo::AmountOfPhysicalMemory(), in Main()