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

/external/compiler-rt/lib/asan/
H A Dasan_report.h40 void NORETURN ReportFreeNotMalloced(uptr addr, StackTrace *free_stack);
H A Dasan_allocator2.cc415 ReportFreeNotMalloced((uptr)ptr, stack);
H A Dasan_report.cc648 void ReportFreeNotMalloced(uptr addr, StackTrace *free_stack) { function in namespace:__asan

Completed in 615 milliseconds