Home
last modified time | relevance | path

Searched refs:DeallocateSlabs (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAllocator.h170 DeallocateSlabs(Slabs.begin(), Slabs.end()); in ~BumpPtrAllocatorImpl()
175 DeallocateSlabs(Slabs.begin(), Slabs.end());
209 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end()); in Reset()
416 void DeallocateSlabs(SmallVectorImpl<void *>::iterator I, in DeallocateSlabs() function