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

/external/llvm/include/llvm/Support/
H A DAllocator.h127 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
132 class BumpPtrAllocatorImpl class in namespace:llvm
134 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
141 BumpPtrAllocatorImpl() function in class:llvm::BumpPtrAllocatorImpl
144 BumpPtrAllocatorImpl(T &&Allocator) function in class:llvm::BumpPtrAllocatorImpl
150 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) function in class:llvm::BumpPtrAllocatorImpl
161 ~BumpPtrAllocatorImpl() {
166 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl
[all...]

Completed in 915 milliseconds