Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp565 size_t obtainedSize; in TestObjectRecognition() local
606 obtainedSize = __TBB_malloc_safer_msize(falseSO, nullptr); in TestObjectRecognition()
607 REQUIRE_MESSAGE(obtainedSize==0, "Incorrect pointer accepted"); in TestObjectRecognition()
608 obtainedSize = __TBB_malloc_safer_msize(falseLO, nullptr); in TestObjectRecognition()
609 REQUIRE_MESSAGE(obtainedSize==0, "Incorrect pointer accepted"); in TestObjectRecognition()
624 obtainedSize = __TBB_malloc_safer_msize(smallPtr, nullptr); in TestObjectRecognition()
625 REQUIRE_MESSAGE(obtainedSize==getObjectSize(falseObjectSize), "Correct pointer not accepted?"); in TestObjectRecognition()
628 obtainedSize = __TBB_malloc_safer_msize(mem, nullptr); in TestObjectRecognition()
629 REQUIRE_MESSAGE(obtainedSize>=2*slabSize, "Correct pointer not accepted?"); in TestObjectRecognition()