Home
last modified time | relevance | path

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

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