Home
last modified time | relevance | path

Searched refs:AllocatorT (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
140 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
312 AllocatorT Allocator;
418 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
420 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument
435 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/external/llvm/include/llvm/Support/
DAllocator.h133 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
309 AllocatorT Allocator;
415 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
417 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument
432 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument