Searched refs:OnUnmap (Results 1 - 10 of 10) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp194 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { function in class:__asan::AsanMapUnmapCallback
H A Dasan_allocator.h118 void OnUnmap(uptr p, uptr size) const;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h38 void OnUnmap(uptr p, uptr size) const { function in struct:__hwasan::HwasanMapUnmapCallback
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp33 void OnUnmap(uptr p, uptr size) const { function in struct:__msan::MsanMapUnmapCallback
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h49 void OnUnmap(uptr p, uptr size) const { } function in struct:__sanitizer::NoOpMapUnmapCallback
H A Dsanitizer_allocator_bytemap.h59 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), kSize2);
H A Dsanitizer_allocator_primary32.h146 MapUnmapCallback().OnUnmap(beg, size);
H A Dsanitizer_allocator_primary64.h652 MapUnmapCallback().OnUnmap(beg, size);
H A Dsanitizer_allocator_secondary.h149 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp39 void OnUnmap(uptr p, uptr size) const { function in struct:__tsan::MapUnmapCallback

Completed in 144 milliseconds