Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h58 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.cpp728 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()