Home
last modified time | relevance | path

Searched refs:OnUnmap (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h69 void OnUnmap(uptr p, uptr size) const {} in OnUnmap() function
H A Dsanitizer_allocator_secondary.h149 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
H A Dsanitizer_allocator_primary32.h147 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallback()
H A Dsanitizer_allocator_primary64.h736 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallbackOrDie()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h61 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h46 void OnUnmap(uptr p, uptr size) const;
H A Dmemprof_allocator.cpp206 void MemprofMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __memprof::MemprofMapUnmapCallback
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp37 void OnUnmap(uptr p, uptr size) const { dfsan_set_label(0, (void *)p, size); } in OnUnmap() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp37 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp32 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp305 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback