Searched refs:queue_index (Results 1 – 1 of 1) sorted by relevance
104 for (size_t queue_index = queue_head_; queue_index != queue_tail_; in CloneForIteration() local105 queue_index = NextQueueIndex(queue_index)) { in CloneForIteration()106 size_t chunk_index = recyclable_chunks_queue_[queue_index]; in CloneForIteration()118 for (size_t queue_index = queue_head_; queue_index != queue_tail_; in EstimateTraceMemoryOverhead() local119 queue_index = NextQueueIndex(queue_index)) { in EstimateTraceMemoryOverhead()120 size_t chunk_index = recyclable_chunks_queue_[queue_index]; in EstimateTraceMemoryOverhead()