Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h62 size_t SizeThreshold = SlabSize, size_t GrowthDelay = 128>
65 SizeThreshold, GrowthDelay>>,
74 static_assert(GrowthDelay > 0,
336 ((size_t)1 << std::min<size_t>(30, SlabIdx / GrowthDelay)); in computeSlabSize()
443 size_t GrowthDelay>
447 GrowthDelay> &Allocator) { in new()
453 size_t GrowthDelay>
456 SizeThreshold, GrowthDelay> &) { in delete() argument