Searched refs:kLowMemoryDeviceThresholdMB (Results 1 – 1 of 1) sorted by relevance
18 static const int kLowMemoryDeviceThresholdMB = 512; variable25 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()