Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h64 void ReportSanitizerGetAllocatedSizeNotOwned(uptr addr,
Dasan_allocator.cc890 ReportSanitizerGetAllocatedSizeNotOwned(ptr, &stack); in __sanitizer_get_allocated_size()
Dasan_report.cc870 void ReportSanitizerGetAllocatedSizeNotOwned(uptr addr, in ReportSanitizerGetAllocatedSizeNotOwned() function