Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc96 const size_t delete_bound = std::max(entries_.size(), recent_record_max_) - recent_record_max_; in SweepAllocationRecords() local
104 if (count > delete_bound) { in SweepAllocationRecords()