Home
last modified time | relevance | path

Searched defs:LargeBinStructureProps (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h47 struct LargeBinStructureProps { struct
50 static const size_t CacheStep = 8 * 1024;
51 static const unsigned NumBins = (MaxSize - MinSize) / CacheStep;
53 static size_t alignToBin(size_t size) { in alignToBin()
57 static int sizeToIdx(size_t size) { in sizeToIdx()