Home
last modified time | relevance | path

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

/external/libchrome/base/android/
Dsys_utils_unittest.cc14 TEST(SysUtils, AmountOfPhysicalMemory) { in TEST() argument
20 static_cast<size_t>(SysInfo::AmountOfPhysicalMemory())); in TEST()
/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()