Searched refs:total_threads (Results 1 – 1 of 1) sorted by relevance
206 void NULLReturn(UINT MinSize, UINT MaxSize, int total_threads); // nullptr pointer + check errno213 void RunAllTests(int total_threads);632 void CMemTest::NULLReturn(UINT MinSize, UINT MaxSize, int total_threads) in NULLReturn() argument634 const int MB_PER_THREAD = TOTAL_MB_ALLOC / total_threads; in NULLReturn()1000 void CMemTest::RunAllTests(int total_threads) in RunAllTests() argument1014 NULLReturn(1*MByte,100*MByte,total_threads); in RunAllTests()1016 if (FullLog) REPORT("Tests for %d threads ended\n", total_threads); in RunAllTests()