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

/openbsd-current/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) { function in namespace:__asan
H A Dasan_allocator.cpp1048 ReportMallocUsableSizeNotOwned((uptr)ptr, &stack);

Completed in 143 milliseconds