Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h44 void NORETURN ReportMallocUsableSizeNotOwned(uptr addr,
Dasan_allocator2.cc653 ReportMallocUsableSizeNotOwned((uptr)ptr, &stack); in asan_malloc_usable_size()
Dasan_report.cc688 void ReportMallocUsableSizeNotOwned(uptr addr, StackTrace *stack) { in ReportMallocUsableSizeNotOwned() function