Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dshared_utils.h58 struct Log2 { static const int value = 1 + Log2<(NUM >> 1)>::value; }; argument
60 struct Log2<1> { static const int value = 0; };
H A Dlarge_objects.h73 static const int MaxSizeExp = Log2<MAX_SIZE>::value;
74 static const int MinSizeExp = Log2<MIN_SIZE>::value;
76 static const int StepFactorExp = Log2<StepFactor>::value;