Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeapSource.c1204 size_t currentHeapUsed; in dvmHeapSourceGrowForUtilization() local
1221 currentHeapUsed = heap->bytesAllocated; in dvmHeapSourceGrowForUtilization()
1234 currentHeapUsed += hs->externalBytesAllocated; in dvmHeapSourceGrowForUtilization()
1237 getUtilizationTarget(hs, currentHeapUsed, hs->targetUtilization); in dvmHeapSourceGrowForUtilization()
1239 currentHeapUsed -= hs->externalBytesAllocated; in dvmHeapSourceGrowForUtilization()
1259 FRACTIONAL_PCT(currentHeapUsed, oldIdealSize), in dvmHeapSourceGrowForUtilization()
1260 FRACTIONAL_MB(currentHeapUsed), in dvmHeapSourceGrowForUtilization()
1270 FRACTIONAL_PCT(currentHeapUsed, oldIdealSize), in dvmHeapSourceGrowForUtilization()
1271 FRACTIONAL_MB(currentHeapUsed), in dvmHeapSourceGrowForUtilization()