Home | History | Annotate | Download | only in alloc

Lines Matching full:heap

17  * DDM-related heap functions
23 #include "alloc/Heap.h"
41 * Heap Info. General information about the heap,
46 * For each heap:
47 * [u4]: heap ID
50 * [u4]: max heap size in bytes (-Xmx)
51 * [u4]: current heap size in bytes
73 ALOGW("%s(): can't lock heap to clear when", __func__);
98 /* For each heap (of which there is one) */
100 /* heap ID */
109 /* max allowed heap size in bytes */
112 /* current heap size in bytes */
139 ALOGI("%s(): can't lock heap to set when", __func__);
238 /* [u4]: heap ID */
289 // Reset for start of new heap.
298 /* If we're looking at the native heap, we'll just return
361 assert(!"Unknown GC heap object type");
453 ALOGW("Can't lock heap for DDM HPSx dump");
468 /* First, send a heap start chunk.
474 /* Send a series of heap segment chunks.
478 /* Finally, send a heap end chunk.
490 ALOGI("dvmDdmHandleHpsgChunk(when %d, what %d, heap %d)", when, what,
521 ALOGI("%s(): can't lock heap to set when/what", __func__);