Searched refs:internal_munmap (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_allocator.h | 85 internal_munmap(B, RoundedSize); in deallocate() 134 internal_munmap(B, RoundedSize); in deallocateBuffer()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.h | 39 uptr internal_munmap(void *addr, uptr length);
|
H A D | sanitizer_netbsd.cpp | 103 uptr internal_munmap(void *addr, uptr length) { in internal_munmap() function
|
H A D | sanitizer_posix.cpp | 59 uptr res = internal_munmap(addr, size); in UnmapOrDie()
|
H A D | sanitizer_linux_libcdep.cpp | 980 uptr res = internal_munmap(reinterpret_cast<void *>(from), to - from); in UnmapFromTo()
|
H A D | sanitizer_mac.cpp | 142 uptr internal_munmap(void *addr, uptr length) { in internal_munmap() function
|
H A D | sanitizer_linux.cpp | 218 uptr internal_munmap(void *addr, uptr length) { in internal_munmap() function
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 162 return internal_munmap(addr, length); in INTERCEPTOR()
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 996 internal_munmap(res, length); in mmap_interceptor()
|