Home
last modified time | relevance | path

Searched defs:OnUnmap (Results 1 – 8 of 8) 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.cpp39 void OnUnmap(uptr p, uptr size) const { dfsan_set_label(0, (void *)p, size); } in OnUnmap() function
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp40 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/msan/
H A Dmsan_allocator.cpp38 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
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/asan/
H A Dasan_allocator.cpp306 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback