Home | History | Annotate | Download | only in collector

Lines Matching full:allocations

277   // knowing that new allocations won't be marked as live.
1143 void MarkSweep::SweepArray(accounting::ObjectStack* allocations, bool swap_bitmaps) {
1162 size_t count = allocations->Size();
1163 Object** objects = const_cast<Object**>(allocations->Begin());
1203 CHECK_EQ(count, allocations->Size());
1217 allocations->Reset();