Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h56 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h42 void OnUnmap(uptr p, uptr size) const;
H A Dmemprof_allocator.cpp192 void MemprofMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __memprof::MemprofMapUnmapCallback
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp33 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp27 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function