Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp528 #define INTERCEPT_UCRT_FUNCTION(func) \ in ReplaceSystemMalloc() macro
533 INTERCEPT_UCRT_FUNCTION(HeapAlloc); in ReplaceSystemMalloc()
534 INTERCEPT_UCRT_FUNCTION(HeapFree); in ReplaceSystemMalloc()
535 INTERCEPT_UCRT_FUNCTION(HeapReAlloc); in ReplaceSystemMalloc()
536 INTERCEPT_UCRT_FUNCTION(HeapSize); in ReplaceSystemMalloc()
537 #undef INTERCEPT_UCRT_FUNCTION in ReplaceSystemMalloc()