Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_impl.cc123 recyclable_chunks_queue_(new size_t[queue_capacity()]), in TraceBufferRingBuffer()
130 recyclable_chunks_queue_[i] = i; in TraceBufferRingBuffer()
138 *index = recyclable_chunks_queue_[queue_head_]; in GetChunk()
164 recyclable_chunks_queue_[queue_tail_] = index; in ReturnChunk()
195 size_t chunk_index = recyclable_chunks_queue_[current_iteration_index_]; in NextChunk()
209 size_t chunk_index = recyclable_chunks_queue_[queue_index]; in CloneForIteration()
280 scoped_ptr<size_t[]> recyclable_chunks_queue_; member in base::debug::__anon5d95f6a40111::TraceBufferRingBuffer