Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp250 DeallocationTypeMismatch = f->DeallocationTypeMismatch; in setFrom()
259 f->DeallocationTypeMismatch = DeallocationTypeMismatch; in copyTo()
279 bool DeallocationTypeMismatch; member
305 DeallocationTypeMismatch = Options.DeallocationTypeMismatch; in init()
400 if (DeallocationTypeMismatch) { in deallocate()
Dscudo_allocator.h38 bool DeallocationTypeMismatch; member
Dscudo_flags.inc28 SCUDO_FLAG(bool, DeallocationTypeMismatch, true,
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp236 bool DeallocationTypeMismatch; member
274 DeallocationTypeMismatch = getFlags()->DeallocationTypeMismatch; in init()
470 if (DeallocationTypeMismatch) { in deallocate()
513 if (DeallocationTypeMismatch) { in reallocate()
Dscudo_flags.inc41 SCUDO_FLAG(bool, DeallocationTypeMismatch, !SANITIZER_ANDROID,
/external/llvm/docs/
DScudoHardenedAllocator.rst109 - DeallocationTypeMismatch (boolean, defaults to true): whether or not we report
/external/llvm-project/llvm/docs/
DScudoHardenedAllocator.rst190 | DeallocationTypeMismatch | true | true | Whether or not we report errors o…