Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h37 void NORETURN ReportMallocUsableSizeNotOwned(uptr addr,
Dasan_report.cc302 void ReportMallocUsableSizeNotOwned(uptr addr, StackTrace *stack) { in ReportMallocUsableSizeNotOwned() function
Dasan_allocator.cc877 ReportMallocUsableSizeNotOwned((uptr)ptr, stack); in asan_malloc_usable_size()