Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_compliance.cpp206 void NULLReturn(UINT MinSize, UINT MaxSize, int total_threads); // nullptr pointer + check errno
213 void RunAllTests(int total_threads);
632 void CMemTest::NULLReturn(UINT MinSize, UINT MaxSize, int total_threads) in NULLReturn() argument
634 const int MB_PER_THREAD = TOTAL_MB_ALLOC / total_threads; in NULLReturn()
1000 void CMemTest::RunAllTests(int total_threads) in RunAllTests() argument
1014 NULLReturn(1*MByte,100*MByte,total_threads); in RunAllTests()
1016 if (FullLog) REPORT("Tests for %d threads ended\n", total_threads); in RunAllTests()