Home
last modified time | relevance | path

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