Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DCardTable.c55 void *heapBase = dvmHeapSourceGetBase(); in dvmCardTableStartup() local
57 assert(heapBase != NULL); in dvmCardTableStartup()
73 ((uintptr_t)heapBase >> GC_CARD_SHIFT)); in dvmCardTableStartup()
DHeapSource.c193 char *heapBase; member
394 heap.base = hs->heapBase; in addNewHeap()
395 heap.limit = hs->heapBase + heap.absoluteMaxSize; in addNewHeap()
543 hs->heapBase = base; in dvmHeapSourceStartup()
625 assert((char *)*gcHeap >= hs->heapBase); in dvmHeapSourceShutdown()
626 assert((char *)*gcHeap < hs->heapBase + hs->heapLength); in dvmHeapSourceShutdown()
631 munmap(hs->heapBase, hs->heapLength); in dvmHeapSourceShutdown()
642 return gHs->heapBase; in dvmHeapSourceGetBase()