Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.h375 size_t getMaxBinnedSize() const;
H A Dbackend.cpp625 size_t Backend::getMaxBinnedSize() const in getMaxBinnedSize() function in rml::internal::Backend
633 return requestSize > oldMaxReq && requestSize < backend->getMaxBinnedSize(); in operator ()()
673 const size_t maxBinned = getMaxBinnedSize(); in askMemFromOS()
H A Dfrontend.cpp2415 bool isMemoryBlockHuge = copySize > memPool->extMemPool.backend.getMaxBinnedSize(); in reallocAligned()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1339 size_t maxBinnedSize = defaultMemPool->extMemPool.backend.getMaxBinnedSize(); in TestReallocDecreasing()