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

/art/runtime/gc/allocator/
H A Drosalloc.cc557 DCHECK(!new_run->to_be_bulk_freed_);
863 << " to_be_bulk_freed=" << static_cast<int>(to_be_bulk_freed_)
1085 if (!run->to_be_bulk_freed_) {
1086 run->to_be_bulk_freed_ = true;
1100 DCHECK(run->to_be_bulk_freed_);
1101 run->to_be_bulk_freed_ = false;
H A Drosalloc.h355 uint8_t 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 387 milliseconds