Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DHeapSource.c154 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT]; member
173 #define hs2heap(hs_) (&((hs_)->heaps[0]))
207 footprint += mspace_footprint(hs->heaps[i].msp); in oldHeapOverhead()
225 const Heap *const heap = &hs->heaps[i]; in ptr2heap()
367 mspace *msp = hs->heaps[0].msp; in addNewHeap()
374 memmove(&hs->heaps[1], &hs->heaps[0], hs->numHeaps * sizeof(hs->heaps[0])); in addNewHeap()
375 hs->heaps[0] = heap; in addNewHeap()
528 Heap *heap = &hs->heaps[i]; in dvmHeapSourceShutdown()
568 Heap *const heap = &hs->heaps[i]; in dvmHeapSourceGetValue()
611 outBitmaps[i] = hs->heaps[i].objectBitmap; in dvmHeapSourceGetObjectBitmaps()
[all …]