Home
last modified time | relevance | path

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

/dalvik/vm/alloc/
DCopying.c304 static void *allocateBlocks(HeapSource *heapSource, size_t blocks) in allocateBlocks() function
505 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()