Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp270 using AllocFunction = LPVOID(WINAPI *)(HANDLE, DWORD, size_t); typedef
276 FreeFunction freeFunc, AllocFunction allocFunc, in SharedReAlloc()