Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h76 static const int StepFactorExp = Log2<StepFactor>::value; member
84 size_t minorStepExp = BitScanRev(size) - StepFactorExp; in alignToBin()
94 int minorStepExp = sizeExp - StepFactorExp; in sizeToIdx()