Searched defs:SizeThreshold (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/Modules/Inputs/PR28794/Subdir/ |
H A D | LibBHeader.h | 7 void *operator new(size_t, BumpPtrAllocatorImpl<T, SlabSize, SizeThreshold> &) { in new() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Allocator.h | 446 new(size_t Size,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> & Allocator) new() argument 456 delete(void *,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> &) delete() argument
|
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | MemoryManager.h | 134 size_t SizeThreshold = 1U << 13; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 32 uint32_t SizeThreshold; member
|
/llvm-project/lldb/source/Utility/ |
H A D | ConstString.cpp | 34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 340 cl::opt<uint32_t> SizeThreshold( variable
|