Home
last modified time | relevance | path

Searched refs:DeleteSizeMismatch (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp251 DeleteSizeMismatch = f->DeleteSizeMismatch; in setFrom()
260 f->DeleteSizeMismatch = DeleteSizeMismatch; in copyTo()
281 bool DeleteSizeMismatch; member
306 DeleteSizeMismatch = Options.DeleteSizeMismatch; in init()
411 if (DeleteSizeMismatch) { in deallocate()
Dscudo_allocator.h39 bool DeleteSizeMismatch; member
Dscudo_flags.inc31 SCUDO_FLAG(bool, DeleteSizeMismatch, true,
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Doptions.h22 DeleteSizeMismatch, enumerator
Dcombined.h157 Primary.Options.set(OptionBit::DeleteSizeMismatch); in initLinkerInitialized()
514 if (DeleteSize && Options.get(OptionBit::DeleteSizeMismatch)) {
/external/scudo/standalone/
Doptions.h23 DeleteSizeMismatch, enumerator
Dcombined.h160 Primary.Options.set(OptionBit::DeleteSizeMismatch); in initLinkerInitialized()
558 if (DeleteSize && Options.get(OptionBit::DeleteSizeMismatch)) {
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp238 bool DeleteSizeMismatch; member
275 DeleteSizeMismatch = getFlags()->DeleteSizeMismatch; in init()
480 if (DeleteSizeMismatch) { in deallocate()
Dscudo_flags.inc44 SCUDO_FLAG(bool, DeleteSizeMismatch, true,
/external/llvm/docs/
DScudoHardenedAllocator.rst95 For example: SCUDO_OPTIONS="DeleteSizeMismatch=1:QuarantineSizeMb=16".
112 - DeleteSizeMismatch (boolean, defaults to true): whether or not we report
/external/llvm-project/llvm/docs/
DScudoHardenedAllocator.rst156 SCUDO_OPTIONS="DeleteSizeMismatch=1:QuarantineSizeKb=64" ./a.out
163 return "DeleteSizeMismatch=1:QuarantineSizeKb=64";
193 | DeleteSizeMismatch | true | true | Whether or not we report errors o…