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

/external/llvm/include/llvm/Support/
H A DAllocator.h11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
348 /// \brief The standard BumpPtrAllocator which just uses the default template
350 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator; typedef in namespace:llvm
352 /// \brief A BumpPtrAllocator that allows only elements of a specific type to be
358 BumpPtrAllocator Allocator;
383 size_t AllocatedSlabSize = BumpPtrAllocator::computeSlabSize(

Completed in 142 milliseconds