Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info.cc18 static const int kLowMemoryDeviceThresholdMB = 512; variable
25 return kLowMemoryDeviceThresholdMB * 1024 * 1024; in AmountOfPhysicalMemory()
39 size_t memory_limit = kLowMemoryDeviceThresholdMB * 1024 * 1024; in AmountOfAvailablePhysicalMemory()
66 return (ram_size_mb > 0 && ram_size_mb <= kLowMemoryDeviceThresholdMB); in DetectLowEndDevice()