Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dmemory_policy.cpp28 const int32_t MEM_CRUCIAL = 1 * 1024 * 1024; variable
84 if (memAvailable <= MEM_CRUCIAL) { in GetPolicyMaxRunning()