Searched refs:SET_FITTING_SIZE (Results 1 – 2 of 2) sorted by relevance
187 #define SET_FITTING_SIZE(N) ( (blockSize-2*rml::internal::estimatedCacheLineSize)/N ) & ~(fittingAl… macro188 const uint32_t fittingSize5 = SET_FITTING_SIZE(2); // 8128/8064189 #undef SET_FITTING_SIZE
514 #define SET_FITTING_SIZE(N) ( (slabSize-sizeof(Block))/N ) & ~(fittingAlignment-1) macro517 const uint32_t fittingSize1 = SET_FITTING_SIZE(9); // 1792/1792 128/000518 const uint32_t fittingSize2 = SET_FITTING_SIZE(6); // 2688/2688 128/000519 const uint32_t fittingSize3 = SET_FITTING_SIZE(4); // 4032/3968 128/256520 const uint32_t fittingSize4 = SET_FITTING_SIZE(3); // 5376/5376 128/000521 const uint32_t fittingSize5 = SET_FITTING_SIZE(2); // 8128/8064 000/000522 #undef SET_FITTING_SIZE