Home
last modified time | relevance | path

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

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