Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp43 setHugeSizeThreshold(requestedThreshold); in init()
45 setHugeSizeThreshold(maxHugeSize); in init()
52 void LargeObjectCache::setHugeSizeThreshold(size_t value) in setHugeSizeThreshold() function in rml::internal::LargeObjectCache
H A Dlarge_objects.h363 void setHugeSizeThreshold(size_t value);
H A Dfrontend.cpp3283 defaultMemPool->extMemPool.loc.setHugeSizeThreshold((size_t)value); in scalable_allocation_mode()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1602 loc->setHugeSizeThreshold(LargeObjectCache::maxHugeSize); in TestHugeSizeThresholdImpl()
1614 loc->setHugeSizeThreshold(LargeObjectCache::maxHugeSize); in TestHugeSizeThreshold()