Searched refs:zone_ptr (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_malloc_mac.cc | 54 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument 56 ReportMacMzReallocUnknown((uptr)ptr, (uptr)zone_ptr, zone_name, &stack);
|
D | asan_report.h | 80 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, 83 void ReportMacCfReallocUnknown(uptr addr, uptr zone_ptr,
|
D | asan_report.cc | 222 static void PrintZoneForPointer(uptr ptr, uptr zone_ptr, in PrintZoneForPointer() argument 224 if (zone_ptr) { in PrintZoneForPointer() 227 ptr, zone_ptr, zone_name); in PrintZoneForPointer() 230 ptr, zone_ptr); in PrintZoneForPointer() 1024 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, const char *zone_name, in ReportMacMzReallocUnknown() argument 1030 PrintZoneForPointer(addr, zone_ptr, zone_name); in ReportMacMzReallocUnknown()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_malloc_mac.inc | 196 malloc_zone_t *zone_ptr = malloc_zone_from_ptr(ptr); \ 197 const char *zone_name = (zone_ptr == 0) ? 0 : zone_ptr->zone_name 215 COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_malloc_mac.cc | 53 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
|