Searched refs:ReportAllocTypeMismatch (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.h | 60 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack,
|
D | asan_allocator.cc | 526 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()
|
D | asan_report.cc | 861 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack, in ReportAllocTypeMismatch() function
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_report.h | 57 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack,
|
D | asan_report.cpp | 241 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack, in ReportAllocTypeMismatch() function
|
D | asan_allocator.cpp | 701 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in Deallocate()
|