Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.h119 maxBinned_SmallPage = 1024*1024UL, enumerator
H A Dbackend.cpp628 maxBinned_HugePage : maxBinned_SmallPage; in getMaxBinnedSize()
800 int lockedBinsThreshold = extMemPool->fixedPool || size>=maxBinned_SmallPage? 0 : 2; in genericGetBlock()
961 if (inUserPool() || min(oldSize, newSize)<maxBinned_SmallPage in remap()