Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/interception/ |
| H A D | interception.h | 179 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro 188 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
|
| /llvm-project-15.0.7/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 *)
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 84 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() function 85 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *) in DECLARE_REAL_AND_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| 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, long_t sz) in DECLARE_REAL_AND_INTERCEPTOR()
|
| H A D | tsan_interceptors_posix.cpp | 91 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size) 92 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
|
| /llvm-project-15.0.7/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, long_t sz) in DECLARE_REAL_AND_INTERCEPTOR()
|
| H A D | tsan_interceptors_posix.cpp | 91 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size) 92 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
|