Home
last modified time | relevance | path

Searched defs:OnUnmap (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc31 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc37 void OnUnmap(uptr p, uptr size) const { in OnUnmap() function
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc183 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const { in OnUnmap() function in __asan::AsanMapUnmapCallback
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc252 void OnUnmap(uptr p, uptr size) const { unmap_count++; } in OnUnmap() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h292 void OnUnmap(uptr p, uptr size) const { } in OnUnmap() function