Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h98 DeallocateSlabs(Slabs.begin(), Slabs.end()); in ~BumpPtrAllocatorImpl()
103 DeallocateSlabs(Slabs.begin(), Slabs.end());
137 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end()); in Reset()
351 void DeallocateSlabs(SmallVectorImpl<void *>::iterator I, in DeallocateSlabs() function