Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp564 unsigned falseObjectSize = 113; // unsigned is the type expected by getObjectSize in TestObjectRecognition() local
568 …REQUIRE_MESSAGE(getObjectSize(falseObjectSize)!=falseObjectSize, "Error in test: bad choice for fa… in TestObjectRecognition()
573 falseBlock->objectSize = falseObjectSize; in TestObjectRecognition()
574 char* falseSO = (char*)falseBlock + falseObjectSize*7; in TestObjectRecognition()
623 char *smallPtr = (char*)scalable_malloc(falseObjectSize); in TestObjectRecognition()
625 REQUIRE_MESSAGE(obtainedSize==getObjectSize(falseObjectSize), "Correct pointer not accepted?"); in TestObjectRecognition()