Home
last modified time | relevance | path

Searched defs:munmap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.h64 #define munmap __llvm_profile_munmap macro
H A DWindowsMMap.c80 void munmap(void *addr, size_t length) in munmap() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp160 INTERCEPTOR(int, munmap, void *addr, SIZE_T length) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp69 DECLARE__REAL_AND_INTERNAL(uptr, munmap, void *addr, uptr length) { in DECLARE__REAL_AND_INTERNAL() argument
/freebsd/lib/libvmmapi/
H A Dvmmapi.c279 struct vm_munmap munmap; in vm_munmap_memseg() local