Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp272 using SizeFunction = size_t(WINAPI *)(HANDLE, DWORD, LPVOID); typedef
275 void *SharedReAlloc(ReAllocFunction reallocFunc, SizeFunction heapSizeFunc, in SharedReAlloc()
391 return SharedReAlloc(REAL(HeapReAlloc), (SizeFunction)REAL(HeapSize), in INTERCEPTOR_WINAPI()