Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp265 void *SharedReAlloc(ReAllocFunction reallocFunc, SizeFunction heapSizeFunc, in SharedReAlloc() function
381 return SharedReAlloc(REAL(HeapReAlloc), (SizeFunction)REAL(HeapSize), in INTERCEPTOR_WINAPI()
465 return SharedReAlloc(REAL(RtlReAllocateHeap), REAL(RtlSizeHeap), in INTERCEPTOR_WINAPI()