Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DCopying.cpp209 u1 *allocPtr; member
487 heapSource->allocPtr = allocateBlocks(heapSource, 1); in dvmHeapSourceStartup()
488 heapSource->allocLimit = heapSource->allocPtr + BLOCK_SIZE; in dvmHeapSourceStartup()
591 assert(heapSource->allocPtr != NULL); in dvmHeapSourceAlloc()
595 available = heapSource->allocLimit - heapSource->allocPtr; in dvmHeapSourceAlloc()
599 addr = heapSource->allocPtr; in dvmHeapSourceAlloc()
600 heapSource->allocPtr += aligned; in dvmHeapSourceAlloc()
611 heapSource->allocPtr = addr + aligned; in dvmHeapSourceAlloc()
774 heapSource->allocPtr = NULL; in dvmHeapSourceFlip()
2097 gDvm.gcHeap->heapSource->allocPtr = allocateBlocks(gDvm.gcHeap->heapSource, 1); in dvmScavengeRoots()
[all …]