HomeSort by relevance Sort by last modified time
    Searched refs:ReportMallocUsableSizeNotOwned (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_report.h 41 void NORETURN ReportMallocUsableSizeNotOwned(uptr addr,
asan_report.cc 545 void ReportMallocUsableSizeNotOwned(uptr addr, StackTrace *stack) {
asan_allocator.cc 770 ReportMallocUsableSizeNotOwned((uptr)ptr, stack);
asan_allocator2.cc 651 ReportMallocUsableSizeNotOwned((uptr)ptr, stack);

Completed in 45 milliseconds