Searched refs:DeallocationTypeMismatch (Results 1 – 7 of 7) sorted by relevance
250 DeallocationTypeMismatch = f->DeallocationTypeMismatch; in setFrom()259 f->DeallocationTypeMismatch = DeallocationTypeMismatch; in copyTo()279 bool DeallocationTypeMismatch; member305 DeallocationTypeMismatch = Options.DeallocationTypeMismatch; in init()400 if (DeallocationTypeMismatch) { in deallocate()
38 bool DeallocationTypeMismatch; member
28 SCUDO_FLAG(bool, DeallocationTypeMismatch, true,
236 bool DeallocationTypeMismatch; member274 DeallocationTypeMismatch = getFlags()->DeallocationTypeMismatch; in init()470 if (DeallocationTypeMismatch) { in deallocate()513 if (DeallocationTypeMismatch) { in reallocate()
41 SCUDO_FLAG(bool, DeallocationTypeMismatch, !SANITIZER_ANDROID,
109 - DeallocationTypeMismatch (boolean, defaults to true): whether or not we report
190 | DeallocationTypeMismatch | true | true | Whether or not we report errors o…