Searched refs:CREATED_STABLE (Results 1 – 1 of 1) sorted by relevance
658 const int ITERS = 20, CREATED_STABLE = 3; in CheckPoolLeaks() local665 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()