Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h203 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h524 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
H A Dcombined.h495 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp250 ASSERT_EQ(V, scudo::PatternFillByte); in SCUDO_TYPED_TEST()
252 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in SCUDO_TYPED_TEST()