reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
187 void AsanMapUnmapCallback::OnMap(uptr p, uptr size) const {
projects/compiler-rt/lib/hwasan/hwasan_allocator.h 37 void OnMap(uptr p, uptr size) const { UpdateMemoryUsage(); }
projects/compiler-rt/lib/msan/msan_allocator.cpp 32 void OnMap(uptr p, uptr size) const {}
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h 48 void OnMap(uptr p, uptr size) const { }
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp 38 void OnMap(uptr p, uptr size) const { }