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

References

projects/compiler-rt/lib/scudo/standalone/chunk.h
   86   return roundUpTo(sizeof(PackedHeader), 1U << SCUDO_MIN_ALIGNMENT_LOG);
projects/compiler-rt/lib/scudo/standalone/combined.h
  455   static const uptr MinAlignmentLog = SCUDO_MIN_ALIGNMENT_LOG;
projects/compiler-rt/lib/scudo/standalone/secondary.h
   38   return roundUpTo(sizeof(Header), 1U << SCUDO_MIN_ALIGNMENT_LOG);