Searched defs:OnUnmap (Results 1 – 8 of 8) 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
|
| /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/dfsan/ |
| H A D | dfsan_allocator.cpp | 39 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 D | nsan_allocator.cpp | 40 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/msan/ |
| H A D | msan_allocator.cpp | 38 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| 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/asan/ |
| H A D | asan_allocator.cpp | 306 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback
|