reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

projects/compiler-rt/lib/asan/asan_allocator.cpp
  194 void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const {
projects/compiler-rt/lib/hwasan/hwasan_allocator.h
   38   void OnUnmap(uptr p, uptr size) const {
projects/compiler-rt/lib/msan/msan_allocator.cpp
   33   void OnUnmap(uptr p, uptr size) const {
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
   49   void OnUnmap(uptr p, uptr size) const { }
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
   39   void OnUnmap(uptr p, uptr size) const {