Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.h60 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack);
H A Dasan_report.cpp252 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack) { in ReportMallocUsableSizeNotOwned() function
H A Dasan_allocator.cpp1048 ReportMallocUsableSizeNotOwned((uptr)ptr, &stack); in asan_malloc_usable_size()