Searched refs:MinAlignmentLog (Results 1 – 1 of 1) sorted by relevance
518 Header.Offset = (Offset >> MinAlignmentLog) & Chunk::OffsetMask;1013 static const uptr MinAlignmentLog = SCUDO_MIN_ALIGNMENT_LOG; variable1015 static const uptr MinAlignment = 1UL << MinAlignmentLog;1089 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()1114 (static_cast<uptr>(Header->Offset) << MinAlignmentLog)); in getBlockBegin()