Home
last modified time | relevance | path

Searched refs:ReportAllocTypeMismatch (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_report.h41 void NORETURN ReportAllocTypeMismatch(uptr addr, StackTrace *free_stack,
Dasan_allocator2.cc435 ReportAllocTypeMismatch((uptr)ptr, stack, in QuarantineChunk()
Dasan_report.cc665 void ReportAllocTypeMismatch(uptr addr, StackTrace *free_stack, in ReportAllocTypeMismatch() function