Searched refs:MaxAlignmentLog (Results 1 – 2 of 2) sorted by relevance
57 const uptr MaxAlignmentLog = 24; // 16 MB variable59 const uptr MaxAlignment = 1 << MaxAlignmentLog;
964 static const uptr MaxAlignmentLog = 24U; // 16 MB seems reasonable. variable966 static const uptr MaxAlignment = 1UL << MaxAlignmentLog;