Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2415 bool isMemoryBlockHuge = copySize > memPool->extMemPool.backend.getMaxBinnedSize(); in reallocAligned() local
2416 size_t threshold = isMemoryBlockHuge ? copySize / 2 : 0; in reallocAligned()