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

/dalvik/vm/alloc/
H A DHeapSource.c1128 size_t currentHeapUsed; local
1145 currentHeapUsed = heap->bytesAllocated;
1158 currentHeapUsed += hs->externalBytesAllocated;
1161 getUtilizationTarget(hs, currentHeapUsed, hs->targetUtilization);
1163 currentHeapUsed -= hs->externalBytesAllocated;
1183 FRACTIONAL_PCT(currentHeapUsed, oldIdealSize),
1184 FRACTIONAL_MB(currentHeapUsed),
1194 FRACTIONAL_PCT(currentHeapUsed, oldIdealSize),
1195 FRACTIONAL_MB(currentHeapUsed),

Completed in 77 milliseconds