Home
last modified time | relevance | path

Searched defs:MinAlignmentLog (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.h56 const uptr MinAlignmentLog = FIRST_32_SECOND_64(3, 4); variable
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp34 const uptr MinAlignmentLog = 4; // 16 bytes for x64 variable
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h933 static const uptr MinAlignmentLog = SCUDO_MIN_ALIGNMENT_LOG; variable
/external/scudo/standalone/
Dcombined.h955 static const uptr MinAlignmentLog = SCUDO_MIN_ALIGNMENT_LOG; variable