Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc393 size_t allocSize = 0; in VMDebug_getHeapSpaceStats() local
412 allocSize += malloc_space->GetFootprint(); in VMDebug_getHeapSpaceStats()
416 allocSize += bump_pointer_space->Size(); in VMDebug_getHeapSpaceStats()
427 size_t allocFree = allocSize - allocUsed; in VMDebug_getHeapSpaceStats()
432 arr[j++] = allocSize; in VMDebug_getHeapSpaceStats()