Searched refs:queue_head_ (Results 1 – 1 of 1) sorted by relevance
25 queue_head_(0), in TraceBufferRingBuffer()41 *index = recyclable_chunks_queue_[queue_head_]; in GetChunk()42 queue_head_ = NextQueueIndex(queue_head_); in GetChunk()43 current_iteration_index_ = queue_head_; in GetChunk()109 for (size_t queue_index = queue_head_; queue_index != queue_tail_; in EstimateTraceMemoryOverhead()119 bool QueueIsEmpty() const { return queue_head_ == queue_tail_; } in QueueIsEmpty()122 return queue_tail_ > queue_head_ in QueueSize()123 ? queue_tail_ - queue_head_ in QueueSize()124 : queue_tail_ + queue_capacity() - queue_head_; in QueueSize()145 size_t queue_head_; member in base::trace_event::__anone1714b7a0111::TraceBufferRingBuffer