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

/dalvik/vm/alloc/
H A DHeapSource.c151 /* The heaps; heaps[0] is always the active heap,
154 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT]; member in struct:HeapSource
156 /* The current number of heaps.
173 #define hs2heap(hs_) (&((hs_)->heaps[0]))
191 * Returns the current footprint of all heaps. If includeActive
207 footprint += mspace_footprint(hs->heaps[i].msp);
225 const Heap *const heap = &hs->heaps[i];
327 LOGE("Attempt to create too many heaps (%zd >= %zd)\n",
343 LOGE_HEAP("No room to create any more heaps "
[all...]

Completed in 23 milliseconds