Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp512 static size_t putMemAll, getMemAll, getMemSuccessful; variable
519 getMemSuccessful++; in getMemMalloc()
634 putMemAll = getMemAll = getMemSuccessful = 0; in CreateUsablePool()
641 if (!getMemSuccessful) { in CreateUsablePool()
647 … REQUIRE_MESSAGE((getMemSuccessful == 1 || getMemSuccessful == 5 || getMemAll > getMemSuccessful), in CreateUsablePool()
689 putMemAll = getMemAll = getMemSuccessful = 0; in TestPoolCreation()
705 REQUIRE_MESSAGE(putMemAll == getMemSuccessful, "no leaks after pool_destroy"); in TestPoolCreation()
789 REQUIRE_MESSAGE(getMemSuccessful == putMemAll, "No leak."); in TestLazyBootstrap()