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 | 221 static void PrintZoneForPointer(uptr ptr, uptr zone_ptr, in PrintZoneForPointer() argument 223 if (zone_ptr) { in PrintZoneForPointer() 226 ptr, zone_ptr, zone_name); in PrintZoneForPointer() 229 ptr, zone_ptr); in PrintZoneForPointer() 994 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, const char *zone_name, in ReportMacMzReallocUnknown() argument 1000 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 | 58 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
|