Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc94 size_t count_deleted = 0, count_moved = 0, count = 0; in SweepAllocationRecords() local
110 ++count_deleted; in SweepAllocationRecords()
121 VLOG(heap) << "Deleted " << count_deleted << " allocation records"; in SweepAllocationRecords()