Lines Matching refs:allocBlocks
186 size_t allocBlocks; member
307 size_t allocBlocks, totalBlocks; in allocateBlocks() local
310 allocBlocks = heapSource->allocBlocks; in allocateBlocks()
315 if (allocBlocks + blocks > totalBlocks / 2) { in allocateBlocks()
336 heapSource->allocBlocks += blocks; in allocateBlocks()
341 LOG_ALLOC("allocateBlocks allocBlocks=%zu,block#=%zu", heapSource->allocBlocks, i); in allocateBlocks()
355 heapSource->allocBlocks, in allocateBlocks()
450 heapSource->allocBlocks += 1; in promoteBlockByAddr()
478 heapSource->allocBlocks = 0; in dvmHeapSourceStartup()
807 heapSource->allocBlocks = 0; in dvmHeapSourceFlip()
830 *alloc = heapSource->allocBlocks*BLOCK_SIZE; in room()
1335 gDvm.gcHeap->heapSource->allocBlocks); in transportObject()