Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc558 DCHECK(!new_run->to_be_bulk_freed_); in AllocRun()
874 << " to_be_bulk_freed=" << static_cast<int>(to_be_bulk_freed_) in Dump()
1237 if (!run->to_be_bulk_freed_) { in BulkFree()
1238 run->to_be_bulk_freed_ = true; in BulkFree()
1252 DCHECK(run->to_be_bulk_freed_); in BulkFree()
1253 run->to_be_bulk_freed_ = false; in BulkFree()
Drosalloc.h162 …uint8_t to_be_bulk_freed_; // Used within BulkFree() to flag a run that's involved with a… variable