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

/dalvik/vm/alloc/
H A DHeapDebug.c122 size_t nHeaps = dvmHeapSourceGetNumHeaps(); local
186 * So if nHeaps == 1, we want the stats from heap[0]; else we want
187 * the sum of the values from heap[1] to heap[nHeaps-1].
203 int firstHeap = (nHeaps == 1) ? 0 : 1;
207 for (hh = firstHeap; hh < nHeaps; hh++) {
298 size_t nHeaps = dvmHeapSourceGetNumHeaps(); local
300 assert(arrayLen >= nHeaps);
302 firstHeap = nHeaps > 1 ? 1 : 0;
305 for (i = 0; i < nHeaps; i++) {

Completed in 44 milliseconds