Home
last modified time | relevance | path

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

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