Searched refs:blockQueue (Results 1 – 1 of 1) sorted by relevance
192 size_t *blockQueue; member427 heapSource->blockQueue[heapSource->queueTail] = block; in enqueueBlock()431 heapSource->blockQueue[block] = QUEUE_TAIL; in enqueueBlock()484 size_t size = sizeof(heapSource->blockQueue[0]); in dvmHeapSourceStartup()485 heapSource->blockQueue = malloc(heapSource->totalBlocks*size); in dvmHeapSourceStartup()486 assert(heapSource->blockQueue != NULL); in dvmHeapSourceStartup()487 memset(heapSource->blockQueue, 0xCC, heapSource->totalBlocks*size); in dvmHeapSourceStartup()536 free((*gcHeap)->heapSource->blockQueue); in dvmHeapSourceShutdown()2056 block = heapSource->blockQueue[block]; in describeBlockQueue()2065 block = heapSource->blockQueue[block]; in describeBlockQueue()[all …]