Searched refs:ptr1 (Results 1 – 1 of 1) sorted by relevance
224 void *ptr1 = realloc_p(ptr, 10*minLargeObjectSize); in CheckStdFuncOverload() local225 scalableMallocCheckSize(ptr1, 10*minLargeObjectSize); in CheckStdFuncOverload()226 free_p(ptr1); in CheckStdFuncOverload()488 void* ptr1 = _aligned_malloc(minLargeObjectSize, 0); variable491 _aligned_free(ptr1);493 ptr1 = _aligned_realloc(ptr, minLargeObjectSize*10, 16);494 scalableMallocCheckSize(ptr1, minLargeObjectSize*10);496 _aligned_free(ptr1);