Searched refs:OnUnmap (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h52 void OnUnmap(uptr p, uptr size) const { function in struct:__sanitizer::CrashOnMapUnmap
H A Dsanitizer_allocator.h288 void OnUnmap(uptr p, uptr size) const { } function in struct:__sanitizer::NoOpMapUnmapCallback
332 MapUnmapCallback().OnUnmap(beg, size);
612 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), kSize2);
705 MapUnmapCallback().OnUnmap(beg, size);
1064 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size);
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h98 void OnUnmap(uptr p, uptr size) const;
H A Dasan_allocator2.cc41 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { function in class:__asan::AsanMapUnmapCallback
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc32 void OnUnmap(uptr p, uptr size) const { function in struct:__msan::MsanMapUnmapCallback
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc42 void OnUnmap(uptr p, uptr size) const { function in struct:__tsan::MapUnmapCallback
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc239 void OnUnmap(uptr p, uptr size) const { unmap_count++; } function in struct:TestMapUnmapCallback

Completed in 204 milliseconds