Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dmemory_policy.cpp29 const int32_t MEM_LOW = 2 * 1024 * 1024; variable
87 if (memAvailable <= MEM_LOW) { in GetPolicyMaxRunning()