Home
last modified time | relevance | path

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

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