Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp252 ZeroContents = f->ZeroContents; in setFrom()
261 f->ZeroContents = ZeroContents; in copyTo()
280 bool ZeroContents; member
307 ZeroContents = Options.ZeroContents; in init()
351 if (ZeroContents && BackendAllocator.FromPrimary(Ptr)) in allocate()
513 if (!ZeroContents && Ptr && BackendAllocator.FromPrimary(Ptr)) in calloc()
Dscudo_allocator.h40 bool ZeroContents; member
Dscudo_flags.inc34 SCUDO_FLAG(bool, ZeroContents, false,
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp237 bool ZeroContents; member
276 ZeroContents = getFlags()->ZeroContents; in init()
365 if ((ForceZeroContents || ZeroContents) && ClassId) in allocate()
Dscudo_flags.inc47 SCUDO_FLAG(bool, ZeroContents, false,
/external/llvm/docs/
DScudoHardenedAllocator.rst115 - ZeroContents (boolean, defaults to false): whether or not we zero chunk
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h272 bool ZeroContents = false) {
283 const FillContentsMode FillContents = ZeroContents ? ZeroFill
/external/scudo/standalone/
Dcombined.h294 bool ZeroContents = false) {
320 const FillContentsMode FillContents = ZeroContents ? ZeroFill
/external/scudo/standalone/tests/
Dcombined_test.cpp176 SCUDO_TYPED_TEST(ScudoCombinedTest, ZeroContents) { in SCUDO_TYPED_TEST() argument
/external/llvm-project/llvm/docs/
DScudoHardenedAllocator.rst196 | ZeroContents | false | false | Whether or not we zero chunk cont…