Searched refs:count_in_oldest_bucket (Results 1 – 1 of 1) sorted by relevance
68 size_t count_in_oldest_bucket = buckets_[oldest_index_]; in EraseOld() local69 assert(accumulated_count_ >= count_in_oldest_bucket); in EraseOld()70 accumulated_count_ -= count_in_oldest_bucket; in EraseOld()