Home
last modified time | relevance | path

Searched refs:MinAlignmentLog (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h947 static const uptr MinAlignmentLog = SCUDO_MIN_ALIGNMENT_LOG; variable
949 static const uptr MinAlignment = 1UL << MinAlignmentLog;
1036 (MaxPrimaryAlignment - Chunk::getHeaderSize()) >> MinAlignmentLog; in performSanityChecks()
1061 (static_cast<uptr>(Header->Offset) << MinAlignmentLog)); in getBlockBegin()
1104 Header.Offset = (Offset >> MinAlignmentLog) & Chunk::OffsetMask; in initChunk()
1236 Header.Offset = (Offset >> MinAlignmentLog) & Chunk::OffsetMask; in initChunkWithMemoryTagging()