Searched defs:MinAlignment (Results 1 – 2 of 2) sorted by relevance
38 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in isPrimaryAllocation() local50 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in checkMemoryTaggingMaybe() local
1015 static const uptr MinAlignment = 1UL << MinAlignmentLog; variable