Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h330 static size_t computeSlabSize(unsigned SlabIdx) { in computeSlabSize() argument
336 ((size_t)1 << std::min<size_t>(30, SlabIdx / GrowthDelay)); in computeSlabSize()