Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp29 DeallocateSlabs(CurSlab); in ~BumpPtrAllocator()
62 void BumpPtrAllocator::DeallocateSlabs(MemSlab *Slab) { in DeallocateSlabs() function in llvm::BumpPtrAllocator
81 DeallocateSlabs(CurSlab->NextPtr); in Reset()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h168 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
/external/llvm/include/llvm/Support/
DAllocator.h165 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
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DAllocator.h134 void DeallocateSlabs(MemSlab *Slab);