Home
last modified time | relevance | path

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

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