Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.h56 const uptr MinAlignmentLog = FIRST_32_SECOND_64(3, 4); variable
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h963 static const uptr MinAlignmentLog = SCUDO_MIN_ALIGNMENT_LOG; variable