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

/external/llvm/include/llvm/Support/
H A DAllocator.h130 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
135 class BumpPtrAllocatorImpl class in namespace:llvm
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
144 BumpPtrAllocatorImpl() function in class:llvm::BumpPtrAllocatorImpl
147 BumpPtrAllocatorImpl(T &&Allocator) function in class:llvm::BumpPtrAllocatorImpl
153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) function in class:llvm::BumpPtrAllocatorImpl
164 ~BumpPtrAllocatorImpl() {
169 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl
[all...]
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp175 BumpPtrAllocatorImpl<MockSlabAllocator> Alloc;

Completed in 226 milliseconds