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 | 283 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro 294 # 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, usize) 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, usize) 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 | 102 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, usize size) 103 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
|