Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DCopying.cpp296 static void *allocateBlocks(HeapSource *heapSource, size_t blocks) in allocateBlocks() function
487 heapSource->allocPtr = allocateBlocks(heapSource, 1); in dvmHeapSourceStartup()
608 addr = allocateBlocks(heapSource, 1); in dvmHeapSourceAlloc()
622 addr = allocateBlocks(heapSource, blocks); in dvmHeapSourceAlloc()
2097 gDvm.gcHeap->heapSource->allocPtr = allocateBlocks(gDvm.gcHeap->heapSource, 1); in dvmScavengeRoots()