Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp527 const uint32_t numBlockBins = minFittingIndex+numFittingBins; variable
617 …MALLOC_ASSERT( sizeof(TLSData) >= sizeof(Bin) * numBlockBins + sizeof(FreeBlockPool), ASSERT_TEXT … in createTLS()
1781 for (unsigned index = 0; index < numBlockBins; index++) { in release()