Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_report.h56 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
HDasan_allocator.cpp639 ReportFreeNotMalloced(p, stack); in Deallocate()
710 ReportFreeNotMalloced((uptr)ptr, stack); in ReportInvalidFree()
HDasan_report.cpp231 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() function