Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp237 bool ZeroContents; member
276 ZeroContents = getFlags()->ZeroContents; in init()
368 if ((ForceZeroContents || ZeroContents) && ClassId) in allocate()
H A Dscudo_flags.inc47 SCUDO_FLAG(bool, ZeroContents, false,
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h290 bool ZeroContents = false) {
316 const FillContentsMode FillContents = ZeroContents ? ZeroFill