Searched refs:reallocFunc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp275 void *SharedReAlloc(ReAllocFunction reallocFunc, SizeFunction heapSizeFunc, argument
278 CHECK(reallocFunc && heapSizeFunc && freeFunc && allocFunc);
301 return reallocFunc(hHeap, dwFlags, lpMem, dwBytes);
331 return reallocFunc(hHeap, dwFlags, lpMem, dwBytes);

Completed in 30 milliseconds