Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcommon.h200 constexpr unsigned char PatternFillByte = 0xAB; variable
H A Dsecondary.h524 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
H A Dcombined.h474 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp249 ASSERT_EQ(V, scudo::PatternFillByte); in SCUDO_TYPED_TEST()
251 ASSERT_TRUE(V == scudo::PatternFillByte || V == 0); in SCUDO_TYPED_TEST()