Home
last modified time | relevance | path

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

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