Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeapSource.cpp1204 size_t activeMax; in setIdealFootprint() local
1206 activeMax = max - overhead; in setIdealFootprint()
1208 activeMax = 0; in setIdealFootprint()
1211 setSoftLimit(hs, activeMax); in setIdealFootprint()