Searched refs:obtainedSize (Results 1 – 1 of 1) sorted by relevance
565 size_t obtainedSize; in TestObjectRecognition() local606 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()