Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_impl.cc429 scoped_ptr<TraceBufferChunk> cloned_chunk(new TraceBufferChunk(seq_)); in Clone() local
430 cloned_chunk->next_free_ = next_free_; in Clone()
432 cloned_chunk->chunk_[i].CopyFrom(chunk_[i]); in Clone()
433 return cloned_chunk.Pass(); in Clone()