Searched defs:OnUnmap (Results 1 – 8 of 8) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.h | 69 void OnUnmap(uptr p, uptr size) const {} in OnUnmap() function
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.h | 61 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/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); } OnUnmap() function
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.cpp | 32 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 37 void OnUnmap(uptr p, uptr size) const { OnUnmap() function
|
/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
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 305 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { OnUnmap() function in __asan::AsanMapUnmapCallback
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_test.cpp | 490 void OnUnmap(uptr p, uptr size) const { unmap_count++; } OnUnmap() function
|