Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.inc260 pattern_fill_contents ? scudo::PatternOrZeroFill : scudo::NoFill);
H A Dcombined.h156 Primary.Options.setFillContentsMode(PatternOrZeroFill); in init()