Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DCopying.cpp211 u1 *allocLimit; member
488 heapSource->allocLimit = heapSource->allocPtr + BLOCK_SIZE; in dvmHeapSourceStartup()
592 assert(heapSource->allocLimit != NULL); in dvmHeapSourceAlloc()
595 available = heapSource->allocLimit - heapSource->allocPtr; in dvmHeapSourceAlloc()
610 heapSource->allocLimit = addr + BLOCK_SIZE; in dvmHeapSourceAlloc()
775 heapSource->allocLimit = NULL; in dvmHeapSourceFlip()
2098 gDvm.gcHeap->heapSource->allocLimit = gDvm.gcHeap->heapSource->allocPtr + BLOCK_SIZE; in dvmScavengeRoots()