Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h63 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack);
Dasan_allocator.cc778 ReportMallocUsableSizeNotOwned((uptr)ptr, &stack); in asan_malloc_usable_size()
Dasan_report.cc885 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack) { in ReportMallocUsableSizeNotOwned() function