Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h47 ReportSanitizerGetAllocatedSizeNotOwned(uptr addr, StackTrace *stack);
Dasan_allocator2.cc786 ReportSanitizerGetAllocatedSizeNotOwned(ptr, &stack); in __sanitizer_get_allocated_size()
Dasan_report.cc701 void ReportSanitizerGetAllocatedSizeNotOwned(uptr addr, StackTrace *stack) { in ReportSanitizerGetAllocatedSizeNotOwned() function