HomeSort by relevance Sort by last modified time
    Searched refs:BumpPtrAllocatorImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
Allocator.h 130 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
135 class BumpPtrAllocatorImpl
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
144 BumpPtrAllocatorImpl()
147 BumpPtrAllocatorImpl(T &&Allocator)
153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old)
164 ~BumpPtrAllocatorImpl() {
169 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS)
    [all...]
  /external/llvm/unittests/Support/
AllocatorTest.cpp 175 BumpPtrAllocatorImpl<MockSlabAllocator> Alloc;

Completed in 487 milliseconds