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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  146   uptr Map(uptr fixed_addr, uptr size, const char *name = nullptr);

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
  638     uptr mapped = address_range.Map(beg, size, name);
projects/compiler-rt/lib/scudo/scudo_allocator_secondary.h
  128     CHECK_EQ(CommittedBeg, AddressRange.Map(CommittedBeg, CommittedSize));