Searched refs:DescribeHeapAddress (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 540 void DescribeHeapAddress(uptr addr, uptr access_size) { in DescribeHeapAddress() function 591 DescribeHeapAddress(addr, access_size); in DescribeAddress() 814 DescribeHeapAddress(addr, 1); in ReportDoubleFree() 837 DescribeHeapAddress(addr, 1); in ReportNewDeleteSizeMismatch() 857 DescribeHeapAddress(addr, 1); in ReportFreeNotMalloced() 879 DescribeHeapAddress(addr, 1); in ReportAllocTypeMismatch() 894 DescribeHeapAddress(addr, 1); in ReportMallocUsableSizeNotOwned() 908 DescribeHeapAddress(addr, 1); in ReportSanitizerGetAllocatedSizeNotOwned() 1032 DescribeHeapAddress(addr, 1); in ReportMacMzReallocUnknown()
|
D | asan_report.h | 43 void DescribeHeapAddress(uptr addr, uptr access_size);
|