Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_whitebox.cpp1248 size_t newSystemTHPAllocatedSize = getSystemTHPAllocatedSize(); in TestTHP() local
1250 … && (newSystemTHPAllocatedSize - currentSystemTHPAllocatedSize) / (2 * 1024) < allocCount) { in TestTHP()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_whitebox.cpp1248 size_t newSystemTHPAllocatedSize = getSystemTHPAllocatedSize(); in TestTHP() local
1250 … && (newSystemTHPAllocatedSize - currentSystemTHPAllocatedSize) / (2 * 1024) < allocCount) { in TestTHP()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_whitebox.cpp1248 size_t newSystemTHPAllocatedSize = getSystemTHPAllocatedSize(); in TestTHP() local
1250 … && (newSystemTHPAllocatedSize - currentSystemTHPAllocatedSize) / (2 * 1024) < allocCount) { in TestTHP()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1301 size_t newSystemTHPAllocatedSize = utils::getSystemTHPAllocatedSize(); in TestTHP() local
1303 … && (newSystemTHPAllocatedSize - currentSystemTHPAllocatedSize) / (2 * 1024) < allocCount) { in TestTHP()