Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/
H A Dlow_memory_killer.cpp46 static int g_minPrioTable[LOW_MEM_KILL_LEVELS][static_cast<int32_t>(MinPrioField::MIN_PRIO_FIELD_CO… variable
137 int minBufInTable = g_minPrioTable[i][static_cast<int32_t>(MinPrioField::MIN_BUFFER)]; in QueryKillMemoryPriorityPair()
145 minPrio = g_minPrioTable[i][static_cast<int32_t>(MinPrioField::MIN_PRIO)]; in QueryKillMemoryPriorityPair()
150 …int maxMemInTable = g_minPrioTable[LOW_MEM_KILL_LEVELS - 1][static_cast<int32_t>(MinPrioField::MIN… in QueryKillMemoryPriorityPair()