Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.h57 const uptr MaxAlignmentLog = 24; // 16 MB variable
59 const uptr MaxAlignment = 1 << MaxAlignmentLog;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h964 static const uptr MaxAlignmentLog = 24U; // 16 MB seems reasonable. variable
966 static const uptr MaxAlignment = 1UL << MaxAlignmentLog;