Home
last modified time | relevance | path

Searched defs:SizeThreshold (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Modules/Inputs/PR28794/Subdir/
H A DLibBHeader.h7 void *operator new(size_t, BumpPtrAllocatorImpl<T, SlabSize, SizeThreshold> &) { in new() argument
/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h446 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 DMemoryManager.h134 size_t SizeThreshold = 1U << 13; variable
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h32 uint32_t SizeThreshold; member
/llvm-project/lldb/source/Utility/
H A DConstString.cpp34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp340 cl::opt<uint32_t> SizeThreshold( variable