Home
last modified time | relevance | path

Searched refs:QuarantineSizeMb (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_flags.cpp58 if (f->QuarantineSizeMb < 0) { in initFlags()
60 f->QuarantineSizeMb = DefaultQuarantineSizeMb; in initFlags()
63 if (f->QuarantineSizeMb > (4 * 1024)) { in initFlags()
Dscudo_allocator.cpp248 QuarantineSizeMb = f->QuarantineSizeMb; in setFrom()
257 f->QuarantineSizeMb = QuarantineSizeMb; in copyTo()
309 AllocatorQuarantine.Init(static_cast<uptr>(Options.QuarantineSizeMb) << 20, in init()
Dscudo_allocator.h35 u32 QuarantineSizeMb; member
Dscudo_flags.inc18 SCUDO_FLAG(int, QuarantineSizeMb, 64,
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_flags.cpp77 if (f->QuarantineSizeMb >= 0) { in initFlags()
88 f->QuarantineSizeKb = f->QuarantineSizeMb * 1024; in initFlags()
Dscudo_flags.inc17 SCUDO_FLAG(int, QuarantineSizeMb, -1,
/external/llvm/docs/
DScudoHardenedAllocator.rst95 For example: SCUDO_OPTIONS="DeleteSizeMismatch=1:QuarantineSizeMb=16".
99 - QuarantineSizeMb (integer, defaults to 64): the size (in Mb) of quarantine