Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DAllocator.h135 class BumpPtrAllocatorImpl
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
144 BumpPtrAllocatorImpl() in BumpPtrAllocatorImpl() function
147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() function
153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
164 ~BumpPtrAllocatorImpl() { in ~BumpPtrAllocatorImpl()
169 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS) {
252 using AllocatorBase<BumpPtrAllocatorImpl>::Allocate;
257 using AllocatorBase<BumpPtrAllocatorImpl>::Deallocate;
355 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator;
[all …]
/external/llvm/unittests/Support/
DAllocatorTest.cpp168 BumpPtrAllocatorImpl<MockSlabAllocator> Alloc; in TEST()