Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp238 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() function
H A Dasan_allocator.cpp716 ReportFreeNotMalloced(p, stack); in Deallocate()
799 ReportFreeNotMalloced((uptr)ptr, stack); in ReportInvalidFree()