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.cc560 DCHECK(!new_run->to_be_bulk_freed_); in AllocRun()
866 << " to_be_bulk_freed=" << static_cast<int>(to_be_bulk_freed_) in Dump()
1088 if (!run->to_be_bulk_freed_) { in BulkFree()
1089 run->to_be_bulk_freed_ = true; in BulkFree()
1103 DCHECK(run->to_be_bulk_freed_); in BulkFree()
1104 run->to_be_bulk_freed_ = false; in BulkFree()
Drosalloc.h355 bool to_be_bulk_freed_; // Used within BulkFree() to flag a run that's involved with variable