Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp224 void *ptr1 = realloc_p(ptr, 10*minLargeObjectSize); in CheckStdFuncOverload() local
225 scalableMallocCheckSize(ptr1, 10*minLargeObjectSize); in CheckStdFuncOverload()
226 free_p(ptr1); in CheckStdFuncOverload()
488 void* ptr1 = _aligned_malloc(minLargeObjectSize, 0); variable
491 _aligned_free(ptr1);
493 ptr1 = _aligned_realloc(ptr, minLargeObjectSize*10, 16);
494 scalableMallocCheckSize(ptr1, minLargeObjectSize*10);
496 _aligned_free(ptr1);