Searched refs:SlabSize (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, 134 size_t SizeThreshold = SlabSize> 137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> { 139 static_assert(SizeThreshold <= SlabSize, 196 End = CurPtr + SlabSize; in Reset() 303 return SlabSize * ((size_t)1 << std::min<size_t>(30, SlabIdx / 128)); in computeSlabSize() 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
|