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

References

projects/compiler-rt/lib/scudo/scudo_allocator_secondary.h
   97     uptr UserBeg = CommittedBeg + HeadersSize;
  107         CommittedBeg = RoundDownTo(UserBeg - HeadersSize, PageSize);
  108         const uptr NewReservedBeg = CommittedBeg - PageSize;
  126     const uptr CommittedSize = CommittedEnd - CommittedBeg;
  128     CHECK_EQ(CommittedBeg, AddressRange.Map(CommittedBeg, CommittedSize));
  128     CHECK_EQ(CommittedBeg, AddressRange.Map(CommittedBeg, CommittedSize));