Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_report.h57 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack,
H A Dasan_report.cpp243 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack, in ReportAllocTypeMismatch() function
H A Dasan_allocator.cpp689 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()