Searched refs:SharedReAlloc (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, function in namespace:__asan
391 return SharedReAlloc(REAL(HeapReAlloc), (SizeFunction)REAL(HeapSize),
475 return SharedReAlloc(REAL(RtlReAllocateHeap), REAL(RtlSizeHeap),

Completed in 75 milliseconds