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

References

projects/compiler-rt/lib/scudo/standalone/secondary.cpp
   46     CommitBase = roundUpTo(MapBase + PageSize + 1, AlignmentHint) - PageSize;
   47     const uptr NewMapBase = CommitBase - PageSize;
   55     const uptr NewMapEnd = CommitBase + PageSize +
   65   const uptr CommitSize = MapEnd - PageSize - CommitBase;
   67       reinterpret_cast<uptr>(map(reinterpret_cast<void *>(CommitBase),
   72   H->BlockEnd = CommitBase + CommitSize;
   85     *BlockEnd = CommitBase + CommitSize;