Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.h57 const uptr MaxAlignmentLog = 24; // 16 MB variable
59 const uptr MaxAlignment = 1 << MaxAlignmentLog;
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp35 const uptr MaxAlignmentLog = 24; variable
267 static const uptr MaxAlignment = 1 << MaxAlignmentLog; // 16 MB
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h934 static const uptr MaxAlignmentLog = 24U; // 16 MB seems reasonable. variable
936 static const uptr MaxAlignment = 1UL << MaxAlignmentLog;
/external/scudo/standalone/
Dcombined.h956 static const uptr MaxAlignmentLog = 24U; // 16 MB seems reasonable. variable
958 static const uptr MaxAlignment = 1UL << MaxAlignmentLog;