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.h247 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dcombined.h568 FillContents == ZeroFill ? 0 : PatternFillByte,
1089 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte, in initChunk()
H A Dsecondary.h740 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in tryAllocateFromCache()