Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeapSource.cpp151 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT]; member
200 #define hs2heap(hs_) (&((hs_)->heaps[0]))
245 footprint += mspace_footprint(hs->heaps[i].msp); in oldHeapOverhead()
260 const Heap *const heap = &hs->heaps[i]; in ptr2heap()
336 if (gHs->heaps[i].msp == mspace) { in dvmHeapSourceMorecore()
337 heap = &gHs->heaps[i]; in dvmHeapSourceMorecore()
379 hs->heaps[0].msp = msp; in addInitialHeap()
380 hs->heaps[0].maximumSize = maximumSize; in addInitialHeap()
381 hs->heaps[0].concurrentStartBytes = SIZE_MAX; in addInitialHeap()
382 hs->heaps[0].base = hs->heapBase; in addInitialHeap()
[all …]