Searched refs:to_be_bulk_freed_ (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/gc/allocator/
H A Drosalloc.cc549 DCHECK(!new_run->to_be_bulk_freed_);
844 << " to_be_bulk_freed=" << static_cast<int>(to_be_bulk_freed_)
1228 if (!run->to_be_bulk_freed_) {
1229 run->to_be_bulk_freed_ = true;
1243 DCHECK(run->to_be_bulk_freed_);
1244 run->to_be_bulk_freed_ = false;
H A Drosalloc.h156 byte to_be_bulk_freed_; // Used within BulkFree() to flag a run that's involved with a bulk free. member in class:art::gc::allocator::RosAlloc::Run

Completed in 633 milliseconds