Searched defs:setIdealFootprint (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.cpp32 static void setIdealFootprint(size_t max);
969 setIdealFootprint(oldIdealSize);
1187 static void setIdealFootprint(size_t max) function
1222 setIdealFootprint(getSoftFootprint(true));
1310 * it can be immediately subtracted again in setIdealFootprint().
1311 * If the target heap size would exceed the max, setIdealFootprint()
1315 setIdealFootprint(targetHeapSize + overhead);

Completed in 48 milliseconds