Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp689 const size_t memSize0 = backend->getTotalMemSize(); in TestBackend() local
694 …REQUIRE_MESSAGE( (intptr_t)(memSize1-memSize0) >= 4*MByte, "The backend has not increased the amou… in TestBackend()
698 …REQUIRE_MESSAGE( memSize2 == memSize0, "The backend has not decreased the amount of using memory."… in TestBackend()