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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h57 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
H A Dasan_report.cpp237 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { function in namespace:__asan
H A Dasan_allocator.cpp716 ReportFreeNotMalloced(p, stack);
791 ReportFreeNotMalloced((uptr)ptr, stack);

Completed in 105 milliseconds