Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.h110 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
336 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallback()
617 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), kSize2); in TestOnlyUnmap()
710 MapUnmapCallback().OnUnmap(beg, size); in UnmapWithCallback()
1093 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc37 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc31 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc242 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap() function