Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dmemory_pressure_monitor_chromeos.cc108 : current_memory_pressure_level_( in MemoryPressureMonitor()
138 return current_memory_pressure_level_; in GetCurrentPressureLevel()
164 RecordMemoryPressure(current_memory_pressure_level_, 1); in CheckMemoryPressureAndRecordStatistics()
170 switch (current_memory_pressure_level_) { in CheckMemoryPressureAndRecordStatistics()
189 current_memory_pressure_level_; in CheckMemoryPressure()
198 current_memory_pressure_level_ = in CheckMemoryPressure()
201 current_memory_pressure_level_ = GetMemoryPressureLevelFromFillLevel( in CheckMemoryPressure()
209 current_memory_pressure_level_ == in CheckMemoryPressure()
211 current_memory_pressure_level_ = in CheckMemoryPressure()
217 if (current_memory_pressure_level_ == in CheckMemoryPressure()
[all …]
Dmemory_pressure_monitor_chromeos.h94 current_memory_pressure_level_; variable