Home
last modified time | relevance | path

Searched refs:SizeThreshold (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h137 size_t SizeThreshold = SlabSize>
140 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
142 static_assert(SizeThreshold <= SlabSize,
236 if (PaddedSize > SizeThreshold) { in Allocate()
418 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
421 SizeThreshold> &Allocator) { in new()
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.h134 size_t SizeThreshold = SlabSize>
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
139 static_assert(SizeThreshold <= SlabSize,
233 if (PaddedSize > SizeThreshold) { in Allocate()
415 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
418 SizeThreshold> &Allocator) { in new()
432 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/external/swiftshader/third_party/LLVM/lib/Support/
DAllocator.cpp25 : SlabSize(size), SizeThreshold(threshold), Allocator(allocator), in BumpPtrAllocator()
110 if (PaddedSize > SizeThreshold) { in Allocate()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DAllocator.h100 size_t SizeThreshold;