Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1560 …REQUIRE_MESSAGE(objectInCacheBin(idx, objectSize), "Object was released from cache, it shouldn't."… in check()
1562 …REQUIRE_MESSAGE(objectInCacheBin(idx, objectSize), "Object was released from cache, it shouldn't."… in check()
1573 bool objectInCacheBin(int idx, size_t size) { in objectInCacheBin() function