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

/dalvik/vm/alloc/
H A DCardTable.cpp58 void *heapBase = dvmHeapSourceGetBase(); local
60 assert(heapBase != NULL);
76 ((uintptr_t)heapBase >> GC_CARD_SHIFT));
H A DHeapSource.cpp164 char *heapBase; member in struct:HeapSource
382 hs->heaps[0].base = hs->heapBase;
383 hs->heaps[0].limit = hs->heapBase + maximumSize;
384 hs->heaps[0].brk = hs->heapBase + kInitialMorecoreStart;
398 size_t rem_size = hs->heapBase + hs->heapLength - newHeapBase;
655 hs->heapBase = (char *)base;
751 munmap(hs->heapBase, hs->heapLength);
764 return gHs->heapBase;

Completed in 36 milliseconds