Searched refs:DescribeHeapAddress (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 539 void DescribeHeapAddress(uptr addr, uptr access_size) { in DescribeHeapAddress() function 590 DescribeHeapAddress(addr, access_size); in DescribeAddress() 789 DescribeHeapAddress(addr, 1); in ReportDoubleFree() 811 DescribeHeapAddress(addr, 1); in ReportNewDeleteSizeMismatch() 830 DescribeHeapAddress(addr, 1); in ReportFreeNotMalloced() 851 DescribeHeapAddress(addr, 1); in ReportAllocTypeMismatch() 866 DescribeHeapAddress(addr, 1); in ReportMallocUsableSizeNotOwned() 880 DescribeHeapAddress(addr, 1); in ReportSanitizerGetAllocatedSizeNotOwned() 1002 DescribeHeapAddress(addr, 1); in ReportMacMzReallocUnknown()
|
D | asan_report.h | 43 void DescribeHeapAddress(uptr addr, uptr access_size);
|