Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h61 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack);
H A Dasan_report.cpp252 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack) { in ReportMallocUsableSizeNotOwned() function
H A Dasan_allocator.cpp1095 ReportMallocUsableSizeNotOwned((uptr)ptr, &stack); in asan_malloc_usable_size()