Home
last modified time | relevance | path

Searched refs:PatternFillByte (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h221 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h587 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
H A Dcombined.h488 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,