Searched refs:internal_munmap (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_premap_shadow.cpp46 internal_munmap(reinterpret_cast<void *>(map_start),
48 internal_munmap(reinterpret_cast<void *>(shadow_end),
H A Dasan_linux.cpp93 uptr res = internal_munmap(reinterpret_cast<void *>(from), to - from);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp33 uptr res = internal_munmap(reinterpret_cast<void *>(from), to - from);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_openbsd.cpp49 uptr internal_munmap(void *addr, uptr length) { return munmap(addr, length); } function in namespace:__sanitizer
H A Dsanitizer_posix.h43 uptr internal_munmap(void *addr, uptr length);
H A Dsanitizer_netbsd.cpp103 uptr internal_munmap(void *addr, uptr length) { function in namespace:__sanitizer
H A Dsanitizer_posix.cpp57 uptr res = internal_munmap(addr, size);
H A Dsanitizer_mac.cpp131 uptr internal_munmap(void *addr, uptr length) { function in namespace:__sanitizer
H A Dsanitizer_linux.cpp183 uptr internal_munmap(void *addr, uptr length) { function in namespace:__sanitizer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h85 internal_munmap(B, RoundedSize);
134 internal_munmap(B, RoundedSize);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp59 internal_munmap(val, size);
109 internal_munmap(*thr_state_loc, sizeof(ThreadState));

Completed in 129 milliseconds