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

References

projects/compiler-rt/lib/scudo/standalone/secondary.cpp
   42   if (UNLIKELY(AlignmentHint >= PageSize)) {
   46     CommitBase = roundUpTo(MapBase + PageSize + 1, AlignmentHint) - PageSize;
   56                            roundUpTo((Size - AlignmentHint), PageSize) +