Searched refs:OnUnmap (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.h | 69 void OnUnmap(uptr p, uptr size) const {} in OnUnmap() function
|
H A D | sanitizer_allocator_secondary.h | 149 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
|
H A D | sanitizer_allocator_primary32.h | 147 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallback()
|
H A D | sanitizer_allocator_primary64.h | 736 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallbackOrDie()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.h | 61 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.h | 46 void OnUnmap(uptr p, uptr size) const;
|
H A D | memprof_allocator.cpp | 206 void MemprofMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __memprof::MemprofMapUnmapCallback
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 37 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 D | msan_allocator.cpp | 37 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.cpp | 32 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 305 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback
|