Searched refs:MaxAlignmentLog (Results 1 – 2 of 2) sorted by relevance
35 const uptr MaxAlignmentLog = 24; variable267 static const uptr MaxAlignment = 1 << MaxAlignmentLog; // 16 MB
698 static const uptr MaxAlignmentLog = 24U; // 16 MB seems reasonable. variable700 static const uptr MaxAlignment = 1UL << MaxAlignmentLog;