Home
last modified time | relevance | path

Searched defs:real_munmap (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()
/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()
/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()