Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()