Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp216 static int munmap_interceptor(Munmap real_munmap, void *addr, SIZE_T length) { in munmap_interceptor() function
242 return munmap_interceptor(REAL(munmap), addr, sz); \
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp168 static int munmap_interceptor(Munmap real_munmap, void *addr, SIZE_T length) { in munmap_interceptor() function
191 return munmap_interceptor(REAL(munmap), addr, sz); \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp802 static int munmap_interceptor(ThreadState *thr, uptr pc, Munmap real_munmap, in munmap_interceptor() function
2533 return munmap_interceptor(thr, pc, REAL(munmap), addr, sz); \