Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dmemory_pressure_monitor_chromeos.cc116 low_mem_file_(HANDLE_EINTR(::open(kLowMemFile, O_RDONLY))), in MemoryPressureMonitor()
122 base::SysInfo::IsRunningOnChromeOS() && !low_mem_file_.is_valid()) in MemoryPressureMonitor()
197 if (low_mem_file_.is_valid() && IsLowMemoryCondition(low_mem_file_.get())) { in CheckMemoryPressure()
208 if (low_mem_file_.is_valid() && in CheckMemoryPressure()
Dmemory_pressure_monitor_chromeos.h116 ScopedFD low_mem_file_; variable