Searched defs:heaps (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.cpp135 /* The heaps; heaps[0] is always the active heap,
138 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT]; member in struct:HeapSource
140 /* The current number of heaps.
179 #define hs2heap(hs_) (&((hs_)->heaps[0]))
209 * Returns the current footprint of all heaps. If includeActive
224 footprint += mspace_footprint(hs->heaps[i].msp);
239 const Heap *const heap = &hs->heaps[i];
331 hs->heaps[0].msp = msp;
332 hs->heaps[
[all...]

Completed in 48 milliseconds