Searched refs:DeallocateSlabs (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Allocator.cpp | 29 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/ |
D | Allocator.h | 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Allocator.h | 169 DeallocateSlabs(Slabs.begin(), Slabs.end()); in ~BumpPtrAllocatorImpl() 174 DeallocateSlabs(Slabs.begin(), Slabs.end()); 208 DeallocateSlabs(std::next(Slabs.begin()), Slabs.end()); in Reset() 357 void DeallocateSlabs(SmallVectorImpl<void *>::iterator I, in DeallocateSlabs() function
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 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
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Allocator.h | 134 void DeallocateSlabs(MemSlab *Slab);
|