Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp525 putMemAll++; in putMemFree()
540 getMemAll = putMemAll = 0; in TestPoolKeepTillDestroy()
549 REQUIRE(!putMemAll); in TestPoolKeepTillDestroy()
553 size_t totalPutMemCalls = putMemAll; in TestPoolKeepTillDestroy()
555 REQUIRE(!putMemAll); in TestPoolKeepTillDestroy()
557 REQUIRE(putMemAll); in TestPoolKeepTillDestroy()
558 putMemAll = 0; in TestPoolKeepTillDestroy()
565 size_t putCallsBefore = putMemAll; in TestPoolKeepTillDestroy()
571 REQUIRE(putMemAll); in TestPoolKeepTillDestroy()
572 totalPutMemCalls += putMemAll; in TestPoolKeepTillDestroy()
[all …]