Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.h113 void OnUnmap(uptr p, uptr size) const;
Dasan_allocator.cc183 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h292 void OnUnmap(uptr p, uptr size) const { } in OnUnmap() function
344 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallback()
638 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), kSize2); in TestOnlyUnmap()
731 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallback()
1117 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc31 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc37 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc252 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap() function