Searched refs:allocLimit (Results 1 – 1 of 1) sorted by relevance
211 u1 *allocLimit; member488 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()