Searched refs:BumpPtrAllocatorImpl (Results 1 – 2 of 2) sorted by relevance
135 class BumpPtrAllocatorImpl137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {144 BumpPtrAllocatorImpl() in BumpPtrAllocatorImpl() function147 BumpPtrAllocatorImpl(T &&Allocator) in BumpPtrAllocatorImpl() function153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function164 ~BumpPtrAllocatorImpl() { in ~BumpPtrAllocatorImpl()169 BumpPtrAllocatorImpl &operator=(BumpPtrAllocatorImpl &&RHS) {252 using AllocatorBase<BumpPtrAllocatorImpl>::Allocate;257 using AllocatorBase<BumpPtrAllocatorImpl>::Deallocate;355 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator;[all …]
168 BumpPtrAllocatorImpl<MockSlabAllocator> Alloc; in TEST()