Searched refs:AllocatorT (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 133 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096, 137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 296 AllocatorT Allocator; 412 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 414 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 429 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold> 431 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|