Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.h57 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
H A Dasan_allocator.cc623 ReportFreeNotMalloced(p, stack); in Deallocate()
694 ReportFreeNotMalloced((uptr)ptr, stack); in ReportInvalidFree()
H A Dasan_report.cc232 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() function