Home
last modified time | relevance | path

Searched defs: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
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h964 static const uptr MaxAlignmentLog = 24U; // 16 MB seems reasonable. variable