Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_report.h56 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
H A Dasan_allocator.cpp688 ReportFreeNotMalloced(p, stack); in Deallocate()
759 ReportFreeNotMalloced((uptr)ptr, stack); in ReportInvalidFree()
H A Dasan_report.cpp235 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_report.h55 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
H A Dasan_allocator.cc621 ReportFreeNotMalloced(p, stack); in Deallocate()
692 ReportFreeNotMalloced((uptr)ptr, stack); in ReportInvalidFree()
H A Dasan_report.cc230 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/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