Home
last modified time | relevance | path

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

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