Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h262 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro
273 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp52 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
53 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp88 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() function
89 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *) in DECLARE_REAL_AND_INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp560 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
561 DECLARE_REAL_AND_INTERCEPTOR(int, munmap, void *addr, SIZE_T sz) in DECLARE_REAL_AND_INTERCEPTOR()
H A Dtsan_interceptors_posix.cpp99 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size)
100 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)