Searched refs:DeallocateSlabs (Results 1 – 4 of 4) sorted by relevance
29 DeallocateSlabs(CurSlab); in ~BumpPtrAllocator()62 void BumpPtrAllocator::DeallocateSlabs(MemSlab *Slab) { in DeallocateSlabs() function in llvm::BumpPtrAllocator81 DeallocateSlabs(CurSlab->NextPtr); in Reset()
168 DeallocateSlabs(Slabs.begin(), Slabs.end()); in ~BumpPtrAllocatorImpl()173 DeallocateSlabs(Slabs.begin(), Slabs.end());206 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end()); in Reset()338 void DeallocateSlabs(SmallVectorImpl<void *>::iterator I, in DeallocateSlabs() function
165 DeallocateSlabs(Slabs.begin(), Slabs.end()); in ~BumpPtrAllocatorImpl()170 DeallocateSlabs(Slabs.begin(), Slabs.end());203 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end()); in Reset()335 void DeallocateSlabs(SmallVectorImpl<void *>::iterator I, in DeallocateSlabs() function
134 void DeallocateSlabs(MemSlab *Slab);