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

/dalvik/vm/alloc/
H A DHeapSource.c155 size_t numHeaps; member in struct:HeapSource
202 for (/* i = i */; i < hs->numHeaps; i++) {
216 const size_t numHeaps = hs->numHeaps; local
221 for (i = 0; i < numHeaps; i++) {
323 if (hs->numHeaps >= HEAP_SOURCE_MAX_HEAP_COUNT) {
325 hs->numHeaps, HEAP_SOURCE_MAX_HEAP_COUNT);
347 hs->numHeaps);
363 if (hs->numHeaps > 0) {
371 memmove(&hs->heaps[1], &hs->heaps[0], hs->numHeaps * sizeo
513 size_t numHeaps; local
[all...]
H A DDdmHeap.c54 #define HPIF_SIZE(numHeaps) \
55 (sizeof(u4) + (numHeaps) * (5 * sizeof(u4) + sizeof(u1) + sizeof(u8)))

Completed in 73 milliseconds