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

/art/runtime/gc/allocator/
H A Drosalloc.cc558 DCHECK(!new_run->to_be_bulk_freed_);
864 << " to_be_bulk_freed=" << static_cast<int>(to_be_bulk_freed_)
1086 if (!run->to_be_bulk_freed_) {
1087 run->to_be_bulk_freed_ = true;
1101 DCHECK(run->to_be_bulk_freed_);
1102 run->to_be_bulk_freed_ = false;
H A Drosalloc.h356 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 84 milliseconds