Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp35 const uptr MaxAlignmentLog = 24; variable
267 static const uptr MaxAlignment = 1 << MaxAlignmentLog; // 16 MB
/external/scudo/standalone/
Dcombined.h698 static const uptr MaxAlignmentLog = 24U; // 16 MB seems reasonable. variable
700 static const uptr MaxAlignment = 1UL << MaxAlignmentLog;