Searched refs:heaps (Results 1 – 1 of 1) sorted by relevance
149 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT]; member190 #define hs2heap(hs_) (&((hs_)->heaps[0]))235 footprint += mspace_footprint(hs->heaps[i].msp); in oldHeapOverhead()250 const Heap *const heap = &hs->heaps[i]; in ptr2heap()326 if (gHs->heaps[i].msp == mspace) { in dvmHeapSourceMorecore()327 heap = &gHs->heaps[i]; in dvmHeapSourceMorecore()369 hs->heaps[0].msp = msp; in addInitialHeap()370 hs->heaps[0].maximumSize = maximumSize; in addInitialHeap()371 hs->heaps[0].concurrentStartBytes = SIZE_MAX; in addInitialHeap()372 hs->heaps[0].base = hs->heapBase; in addInitialHeap()[all …]