Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp623 char *smallPtr = (char*)scalable_malloc(falseObjectSize); in TestObjectRecognition() local
624 obtainedSize = __TBB_malloc_safer_msize(smallPtr, nullptr); in TestObjectRecognition()
626 scalable_free(smallPtr); in TestObjectRecognition()