Home
last modified time | relevance | path

Searched refs:OnUnmap (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h27 void OnUnmap(uptr p, uptr size) const {} in OnUnmap() function
82 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), MmapSize()); in TestOnlyUnmap()
H A Dsanitizer_allocator_secondary.h149 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
H A Dsanitizer_allocator_primary32.h147 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallback()
H A Dsanitizer_allocator_primary64.h734 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallbackOrDie()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h49 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h42 void OnUnmap(uptr p, uptr size) const;
H A Dmemprof_allocator.cpp194 void MemprofMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __memprof::MemprofMapUnmapCallback
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp20 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap() function
H A Dsanitizer_allocator_test.cpp481 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.h117 void OnUnmap(uptr p, uptr size) const;
H A Dasan_allocator.cpp251 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp33 void OnUnmap(uptr p, uptr size) const { dfsan_set_label(0, (void *)p, size); } in OnUnmap() function
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp33 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp27 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp27 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function