Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp658 const int ITERS = 20, CREATED_STABLE = 3; in CheckPoolLeaks() local
665 for (int j=0; j<ITERS && maxNotChangedCnt<CREATED_STABLE; j++) { in CheckPoolLeaks()
684 …REQUIRE_MESSAGE(maxNotChangedCnt == CREATED_STABLE, "The number of created pools must be stabilize… in CheckPoolLeaks()