Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcommon.h205 PatternOrZeroFill = 2 // Pattern fill unless the memory is known to be enumerator
H A Dwrappers_c.inc277 pattern_fill_contents ? scudo::PatternOrZeroFill : scudo::NoFill);
H A Dcombined.h156 Primary.Options.setFillContentsMode(PatternOrZeroFill); in init()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp232 SCUDO_TYPED_TEST(ScudoCombinedTest, PatternOrZeroFill) { in SCUDO_TYPED_TEST() argument
238 Allocator->setFillContents(scudo::PatternOrZeroFill); in SCUDO_TYPED_TEST()