Searched refs:DescribeHeapAddress (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 513 void DescribeHeapAddress(uptr addr, uptr access_size) { in DescribeHeapAddress() function 564 DescribeHeapAddress(addr, access_size); in DescribeAddress() 704 DescribeHeapAddress(addr, 1); in ReportDoubleFree() 726 DescribeHeapAddress(addr, 1); in ReportNewDeleteSizeMismatch() 745 DescribeHeapAddress(addr, 1); in ReportFreeNotMalloced() 766 DescribeHeapAddress(addr, 1); in ReportAllocTypeMismatch() 781 DescribeHeapAddress(addr, 1); in ReportMallocUsableSizeNotOwned() 795 DescribeHeapAddress(addr, 1); in ReportSanitizerGetAllocatedSizeNotOwned() 916 DescribeHeapAddress(addr, 1); in WarnMacFreeUnallocated() 927 DescribeHeapAddress(addr, 1); in ReportMacMzReallocUnknown() [all …]
|
D | asan_report.h | 38 void DescribeHeapAddress(uptr addr, uptr access_size);
|