Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h208 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.h160 Primary.Options.setFillContentsMode(PatternOrZeroFill); in init()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp233 SCUDO_TYPED_TEST(ScudoCombinedTest, PatternOrZeroFill) { in SCUDO_TYPED_TEST() argument
239 Allocator->setFillContents(scudo::PatternOrZeroFill); in SCUDO_TYPED_TEST()