Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.h56 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
H A Dasan_allocator.cpp677 ReportFreeNotMalloced(p, stack); in Deallocate()
748 ReportFreeNotMalloced((uptr)ptr, stack); in ReportInvalidFree()
H A Dasan_report.cpp237 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() function