Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp574 char* falseSO = (char*)falseBlock + falseObjectSize*7; in TestObjectRecognition() local
575 …REQUIRE_MESSAGE(alignDown(falseSO, slabSize)==(void*)falseBlock, "Error in test: false object offs… in TestObjectRecognition()
606 obtainedSize = __TBB_malloc_safer_msize(falseSO, nullptr); in TestObjectRecognition()