Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp227 bool ZeroContents; member
266 ZeroContents = getFlags()->ZeroContents; in init()
347 if ((ForceZeroContents || ZeroContents) && ClassId) in allocate()
H A Dscudo_flags.inc46 SCUDO_FLAG(bool, ZeroContents, false,