Home
last modified time | relevance | path

Searched defs:OnUnmap (Results 1 – 7 of 7) 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
/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/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/tsan/rtl/
H A Dtsan_mman.cpp30 void OnUnmap(uptr p, uptr size) const { 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/memprof/
H A Dmemprof_allocator.cpp194 void MemprofMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __memprof::MemprofMapUnmapCallback
/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