Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.h200 constexpr unsigned char PatternFillByte = 0xAB; variable
Dsecondary.h510 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
Dcombined.h464 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,