Searched refs:allocPtr (Results 1 – 1 of 1) sorted by relevance
210 u1 *allocPtr; member505 heapSource->allocPtr = allocateBlocks(heapSource, 1); in dvmHeapSourceStartup()506 heapSource->allocLimit = heapSource->allocPtr + BLOCK_SIZE; in dvmHeapSourceStartup()616 assert(heapSource->allocPtr != NULL); in dvmHeapSourceAlloc()620 available = heapSource->allocLimit - heapSource->allocPtr; in dvmHeapSourceAlloc()624 addr = heapSource->allocPtr; in dvmHeapSourceAlloc()625 heapSource->allocPtr += aligned; in dvmHeapSourceAlloc()636 heapSource->allocPtr = addr + aligned; in dvmHeapSourceAlloc()813 heapSource->allocPtr = NULL; in dvmHeapSourceFlip()2217 gDvm.gcHeap->heapSource->allocPtr = allocateBlocks(gDvm.gcHeap->heapSource, 1); in dvmScavengeRoots()[all …]