Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeap.cpp453 size_t currAllocated, currFootprint; in dvmCollectGarbageInternal() local
630 currAllocated = dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0); in dvmCollectGarbageInternal()
667 percentFree = 100 - (size_t)(100.0f * (float)currAllocated / currFootprint); in dvmCollectGarbageInternal()
677 currAllocated / 1024, currFootprint / 1024, in dvmCollectGarbageInternal()
689 currAllocated / 1024, currFootprint / 1024, in dvmCollectGarbageInternal()