Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h60 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack,
Dasan_allocator.cc526 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()
Dasan_report.cc861 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack, in ReportAllocTypeMismatch() function