Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeapSource.cpp1212 size_t activeMax; in setIdealFootprint() local
1214 activeMax = max - overhead; in setIdealFootprint()
1216 activeMax = 0; in setIdealFootprint()
1219 setSoftLimit(hs, activeMax); in setIdealFootprint()