Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp775 size_t n, sizeBefore = getMemSize(); in TestHeapLimit() local
782 bool leave = (sizeBefore != getMemSize()); in TestHeapLimit()
786 REQUIRE_MESSAGE(sizeBefore == getMemSize(), "No caching expected"); in TestHeapLimit()
799 REQUIRE(sizeBefore == m); in TestHeapLimit()