Home
last modified time | relevance | path

Searched refs:DeallocationTypeMismatch (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp236 bool DeallocationTypeMismatch; member
274 DeallocationTypeMismatch = getFlags()->DeallocationTypeMismatch; in init()
474 if (DeallocationTypeMismatch) { in deallocate()
517 if (DeallocationTypeMismatch) { in reallocate()
H A Dscudo_flags.inc41 SCUDO_FLAG(bool, DeallocationTypeMismatch, !SANITIZER_ANDROID,