Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeap.cpp452 size_t currAllocated, currFootprint; in dvmCollectGarbageInternal() local
630 currFootprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0); in dvmCollectGarbageInternal()
666 percentFree = 100 - (size_t)(100.0f * (float)currAllocated / currFootprint); in dvmCollectGarbageInternal()
676 currAllocated / 1024, currFootprint / 1024, in dvmCollectGarbageInternal()
688 currAllocated / 1024, currFootprint / 1024, in dvmCollectGarbageInternal()