Searched refs:allocateBlocks (Results 1 – 1 of 1) sorted by relevance
296 static void *allocateBlocks(HeapSource *heapSource, size_t blocks) in allocateBlocks() function487 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()