Searched refs:allocateBlocks (Results 1 – 1 of 1) sorted by relevance
304 static void *allocateBlocks(HeapSource *heapSource, size_t blocks) in allocateBlocks() function505 heapSource->allocPtr = allocateBlocks(heapSource, 1); in dvmHeapSourceStartup()633 addr = allocateBlocks(heapSource, 1); in dvmHeapSourceAlloc()647 addr = allocateBlocks(heapSource, blocks); in dvmHeapSourceAlloc()2217 gDvm.gcHeap->heapSource->allocPtr = allocateBlocks(gDvm.gcHeap->heapSource, 1); in dvmScavengeRoots()