Searched defs:munmap (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | WindowsMMap.c | 80 void munmap(void *addr, size_t length) in munmap() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_interceptors.cpp | 156 INTERCEPTOR(int, munmap, void *addr, SIZE_T length) { in INTERCEPTOR() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cpp | 69 DECLARE__REAL_AND_INTERNAL(uptr, munmap, void *addr, uptr length) { in DECLARE__REAL_AND_INTERNAL() argument
|
| /freebsd/lib/libvmmapi/ |
| H A D | vmmapi.c | 340 struct vm_munmap munmap; in vm_munmap_memseg() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1027 INTERCEPTOR(int, munmap, void *addr, size_t length) { argument
|