Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_overload.cpp177 const uint32_t fittingAlignment = rml::internal::estimatedCacheLineSize; variable
178 …T_FITTING_SIZE(N) ( (blockSize-2*rml::internal::estimatedCacheLineSize)/N ) & ~(fittingAlignment-1)
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_overload.cpp177 const uint32_t fittingAlignment = rml::internal::estimatedCacheLineSize; variable
178 …T_FITTING_SIZE(N) ( (blockSize-2*rml::internal::estimatedCacheLineSize)/N ) & ~(fittingAlignment-1)
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_overload.cpp177 const uint32_t fittingAlignment = rml::internal::estimatedCacheLineSize; variable
178 …T_FITTING_SIZE(N) ( (blockSize-2*rml::internal::estimatedCacheLineSize)/N ) & ~(fittingAlignment-1)
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_overload.cpp186 const uint32_t fittingAlignment = rml::internal::estimatedCacheLineSize; variable
187 …T_FITTING_SIZE(N) ( (blockSize-2*rml::internal::estimatedCacheLineSize)/N ) & ~(fittingAlignment-1)
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dfrontend.cpp504 const uint32_t fittingAlignment = estimatedCacheLineSize; variable
506 #define SET_FITTING_SIZE(N) ( (slabSize-sizeof(Block))/N ) & ~(fittingAlignment-1)
1736 if ( ! isAligned(object,2*fittingAlignment) ) in findObjectToFree()
1744 MALLOC_ASSERT( isAligned(objectToFree,fittingAlignment), ASSERT_TEXT ); in findObjectToFree()
2357 if (alignment<=fittingAlignment) in allocateAligned()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dfrontend.cpp494 const uint32_t fittingAlignment = estimatedCacheLineSize; variable
496 #define SET_FITTING_SIZE(N) ( (slabSize-sizeof(Block))/N ) & ~(fittingAlignment-1)
1679 if ( ! isAligned(object,2*fittingAlignment) ) in findObjectToFree()
1687 MALLOC_ASSERT( isAligned(objectToFree,fittingAlignment), ASSERT_TEXT ); in findObjectToFree()
2336 if (alignment<=fittingAlignment) in allocateAligned()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dfrontend.cpp504 const uint32_t fittingAlignment = estimatedCacheLineSize; variable
506 #define SET_FITTING_SIZE(N) ( (slabSize-sizeof(Block))/N ) & ~(fittingAlignment-1)
1736 if ( ! isAligned(object,2*fittingAlignment) ) in findObjectToFree()
1744 MALLOC_ASSERT( isAligned(objectToFree,fittingAlignment), ASSERT_TEXT ); in findObjectToFree()
2357 if (alignment<=fittingAlignment) in allocateAligned()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dfrontend.cpp504 const uint32_t fittingAlignment = estimatedCacheLineSize; variable
506 #define SET_FITTING_SIZE(N) ( (slabSize-sizeof(Block))/N ) & ~(fittingAlignment-1)
1736 if ( ! isAligned(object,2*fittingAlignment) ) in findObjectToFree()
1744 MALLOC_ASSERT( isAligned(objectToFree,fittingAlignment), ASSERT_TEXT ); in findObjectToFree()
2357 if (alignment<=fittingAlignment) in allocateAligned()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dfrontend.cpp512 const uint32_t fittingAlignment = estimatedCacheLineSize; variable
514 #define SET_FITTING_SIZE(N) ( (slabSize-sizeof(Block))/N ) & ~(fittingAlignment-1)
1758 if ( ! isAligned(object,2*fittingAlignment) ) in findObjectToFree()
1766 MALLOC_ASSERT( isAligned(objectToFree,fittingAlignment), ASSERT_TEXT ); in findObjectToFree()
2377 if (alignment<=fittingAlignment) in allocateAligned()