Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h56 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
H A Dasan_allocator.cpp689 ReportFreeNotMalloced(p, stack); in Deallocate()
760 ReportFreeNotMalloced((uptr)ptr, stack); in ReportInvalidFree()
H A Dasan_report.cpp235 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() function