Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception.h | 262 # 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 D | memprof_interceptors.cpp | 52 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 D | asan_interceptors.cpp | 88 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 D | tsan_interceptors_libdispatch.cpp | 560 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 D | tsan_interceptors_posix.cpp | 99 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size) 100 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
|