Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp237 bool ZeroContents; member
276 ZeroContents = getFlags()->ZeroContents; in init()
369 if ((ForceZeroContents || ZeroContents) && ClassId) in allocate()
H A Dscudo_flags.inc47 SCUDO_FLAG(bool, ZeroContents, false,
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h300 bool ZeroContents = false) {
326 const FillContentsMode FillContents = ZeroContents ? ZeroFill
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp197 SCUDO_TYPED_TEST(ScudoCombinedTest, ZeroContents) { in SCUDO_TYPED_TEST() argument