Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h210 MemtagTuning, // Whether to tune tagging for UAF or overflow. enumerator
H A Dwrappers_c.inc279 option = scudo::Option::MemtagTuning;
H A Dcombined.h719 if (O == Option::MemtagTuning) { in setOption()