Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp524 const size_t maxLocalLOCSize = LocalLOCImpl<3,30>::getMaxSize(); in TestPools() local
525 REQUIRE(loc->getUsedSize() <= maxLocalLOCSize); in TestPools()
533 REQUIRE(loc->getUsedSize() <= currUser+maxLocalLOCSize); in TestPools()