Home
last modified time | relevance | path

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

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