Searched refs:MinAlignmentLog (Results 1 – 1 of 1) sorted by relevance
936 static const uptr MinAlignmentLog = SCUDO_MIN_ALIGNMENT_LOG; variable938 static const uptr MinAlignment = 1UL << MinAlignmentLog;1025 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()1050 (static_cast<uptr>(Header->Offset) << MinAlignmentLog)); in getBlockBegin()1093 Header.Offset = (Offset >> MinAlignmentLog) & Chunk::OffsetMask; in initChunk()1225 Header.Offset = (Offset >> MinAlignmentLog) & Chunk::OffsetMask; in initChunkWithMemoryTagging()