Searched refs:Slabs (Results 1 – 1 of 1) sorted by relevance
154 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), in BumpPtrAllocatorImpl()160 Old.Slabs.clear(); in BumpPtrAllocatorImpl()165 DeallocateSlabs(Slabs.begin(), Slabs.end()); in ~BumpPtrAllocatorImpl()170 DeallocateSlabs(Slabs.begin(), Slabs.end());176 Slabs = std::move(RHS.Slabs);182 RHS.Slabs.clear();190 if (Slabs.empty()) in Reset()195 CurPtr = (char *)Slabs.front(); in Reset()199 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end()); in Reset()200 Slabs.erase(std::next(Slabs.begin()), Slabs.end()); in Reset()[all …]