Searched defs:SizeThreshold (Results 1 – 4 of 4) sorted by relevance
441 new(size_t Size,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> & Allocator) new() argument 451 delete(void *,llvm::BumpPtrAllocatorImpl<AllocatorT,SlabSize,SizeThreshold,GrowthDelay> &) delete() argument
32 uint32_t SizeThreshold; member
34 static const size_t SizeThreshold = AllocatorSlabSize; member in Pool
340 cl::opt<uint32_t> SizeThreshold( variable