Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp226 bool DeallocationTypeMismatch; member
264 DeallocationTypeMismatch = getFlags()->DeallocationTypeMismatch; in init()
444 if (DeallocationTypeMismatch) { in deallocate()
475 if (DeallocationTypeMismatch) { in reallocate()
H A Dscudo_flags.inc40 SCUDO_FLAG(bool, DeallocationTypeMismatch, true,