Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp187 #define SET_FITTING_SIZE(N) ( (blockSize-2*rml::internal::estimatedCacheLineSize)/N ) & ~(fittingAl… macro
188 const uint32_t fittingSize5 = SET_FITTING_SIZE(2); // 8128/8064
189 #undef SET_FITTING_SIZE
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp514 #define SET_FITTING_SIZE(N) ( (slabSize-sizeof(Block))/N ) & ~(fittingAlignment-1) macro
517 const uint32_t fittingSize1 = SET_FITTING_SIZE(9); // 1792/1792 128/000
518 const uint32_t fittingSize2 = SET_FITTING_SIZE(6); // 2688/2688 128/000
519 const uint32_t fittingSize3 = SET_FITTING_SIZE(4); // 4032/3968 128/256
520 const uint32_t fittingSize4 = SET_FITTING_SIZE(3); // 5376/5376 128/000
521 const uint32_t fittingSize5 = SET_FITTING_SIZE(2); // 8128/8064 000/000
522 #undef SET_FITTING_SIZE