Searched refs:delete_bound (Results 1 – 1 of 1) sorted by relevance
96 const size_t delete_bound = std::max(entries_.size(), recent_record_max_) - recent_record_max_; in SweepAllocationRecords() local104 if (count > delete_bound) { in SweepAllocationRecords()