Searched refs:DeleteSizeMismatch (Results 1 – 11 of 11) sorted by relevance
251 DeleteSizeMismatch = f->DeleteSizeMismatch; in setFrom()260 f->DeleteSizeMismatch = DeleteSizeMismatch; in copyTo()281 bool DeleteSizeMismatch; member306 DeleteSizeMismatch = Options.DeleteSizeMismatch; in init()411 if (DeleteSizeMismatch) { in deallocate()
39 bool DeleteSizeMismatch; member
31 SCUDO_FLAG(bool, DeleteSizeMismatch, true,
22 DeleteSizeMismatch, enumerator
157 Primary.Options.set(OptionBit::DeleteSizeMismatch); in initLinkerInitialized()514 if (DeleteSize && Options.get(OptionBit::DeleteSizeMismatch)) {
23 DeleteSizeMismatch, enumerator
160 Primary.Options.set(OptionBit::DeleteSizeMismatch); in initLinkerInitialized()558 if (DeleteSize && Options.get(OptionBit::DeleteSizeMismatch)) {
238 bool DeleteSizeMismatch; member275 DeleteSizeMismatch = getFlags()->DeleteSizeMismatch; in init()480 if (DeleteSizeMismatch) { in deallocate()
44 SCUDO_FLAG(bool, DeleteSizeMismatch, true,
95 For example: SCUDO_OPTIONS="DeleteSizeMismatch=1:QuarantineSizeMb=16".112 - DeleteSizeMismatch (boolean, defaults to true): whether or not we report
156 SCUDO_OPTIONS="DeleteSizeMismatch=1:QuarantineSizeKb=64" ./a.out163 return "DeleteSizeMismatch=1:QuarantineSizeKb=64";193 | DeleteSizeMismatch | true | true | Whether or not we report errors o…