Searched refs:timestamped_chunks_ (Results 1 – 2 of 2) sorted by relevance
405 if (!timestamped_chunks_.empty()) { in AllocateRawInternal()424 if ((freed_before == 0) && (!timestamped_chunks_.empty())) { in AllocateRawInternal()663 timestamped_chunks_.push_back(h); in DeallocateRawInternal()811 VLOG(1) << "MergeTimestampedChunks queue_len=" << timestamped_chunks_.size() in MergeTimestampedChunks()816 while (!timestamped_chunks_.empty()) { in MergeTimestampedChunks()817 ChunkHandle h = timestamped_chunks_.front(); in MergeTimestampedChunks()818 timestamped_chunks_.pop_front(); in MergeTimestampedChunks()846 DCHECK(timestamped_chunks_.empty()); in MergeTimestampedChunks()847 std::swap(timestamped_chunks_, new_ts_queue); in MergeTimestampedChunks()870 timestamped_chunks_.push_back(new_h); in MergeTimestampedChunks()[all …]
587 std::deque<ChunkHandle> timestamped_chunks_; variable