Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_init_shutdown.cpp114 void *currSmall, *prevSmall, *currLarge, *prevLarge; variable
119 prevSmall = currSmall; in threadDtor()
140 REQUIRE_MESSAGE((!prevSmall || currSmall==prevSmall), "Possible memory leak"); in operator ()()