Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.h58 const uptr MinAlignment = 1 << MinAlignmentLog; variable
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h955 static const uptr MinAlignment = 1UL << MinAlignmentLog; variable