Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_buffer.cc104 for (size_t queue_index = queue_head_; queue_index != queue_tail_; in CloneForIteration() local
105 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() local
119 queue_index = NextQueueIndex(queue_index)) { in EstimateTraceMemoryOverhead()
120 size_t chunk_index = recyclable_chunks_queue_[queue_index]; in EstimateTraceMemoryOverhead()