Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Modules/Inputs/PR28794/Subdir/
DLibBHeader.h7 void *operator new(size_t, BumpPtrAllocatorImpl<T, SlabSize, SizeThreshold> &) { in new() argument
/external/llvm-project/llvm/include/llvm/Support/
DAllocator.h436 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold, in new() argument
446 SizeThreshold, GrowthDelay> &) { in delete() argument
/external/llvm-project/openmp/libomptarget/src/
DMemoryManager.cpp42 size_t SizeThreshold = 1U << 13; variable
/external/llvm/include/llvm/Support/
DAllocator.h434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h520 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
/external/llvm-project/lldb/source/Utility/
DConstString.cpp34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp335 cl::opt<uint32_t> SizeThreshold( variable