Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h230 PatternOrZeroFill = 2 // Pattern fill unless the memory is known to be enumerator
H A Dwrappers_c.inc366 pattern_fill_contents ? scudo::PatternOrZeroFill : scudo::NoFill);
H A Dcombined.h163 Primary.Options.setFillContentsMode(PatternOrZeroFill); in init()