Home
last modified time | relevance | path

Searched refs:Munmap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp215 template <class Munmap>
216 static int munmap_interceptor(Munmap real_munmap, void *addr, SIZE_T length) { in munmap_interceptor()
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h161 inline int Munmap(void *addr, size_t length) { in Munmap() function
H A Dsafestack.cpp205 Munmap(stack->stack_base, stack->size); in thread_cleanup_handler()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp167 template <class Munmap>
168 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.cpp863 template <class Munmap>
864 static int munmap_interceptor(ThreadState *thr, uptr pc, Munmap real_munmap, in munmap_interceptor()