Home
last modified time | relevance | path

Searched refs:AmountOfPhysicalMemoryMB (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dsys_info.cc30 int ram_size_mb = SysInfo::AmountOfPhysicalMemoryMB(); in DetectLowEndDevice()
Dsys_info.h39 static int AmountOfPhysicalMemoryMB() { in AmountOfPhysicalMemoryMB() function
Dsys_info_unittest.cc34 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemoryMB(), 0); in TEST_F()