Searched refs:zone_ptr (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_malloc_mac.cpp | 57 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument 59 ReportMacMzReallocUnknown((uptr)ptr, (uptr)zone_ptr, zone_name, &stack);
|
| H A D | asan_report.cpp | 68 static void PrintZoneForPointer(uptr ptr, uptr zone_ptr, in PrintZoneForPointer() argument 70 if (zone_ptr) { in PrintZoneForPointer() 73 (void *)zone_ptr, zone_name); in PrintZoneForPointer() 76 (void *)ptr, (void *)zone_ptr); in PrintZoneForPointer() 437 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, const char *zone_name, in ReportMacMzReallocUnknown() argument 444 PrintZoneForPointer(addr, zone_ptr, zone_name); in ReportMacMzReallocUnknown()
|
| H A D | asan_report.h | 91 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, 94 void ReportMacCfReallocUnknown(uptr addr, uptr zone_ptr,
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 228 malloc_zone_t *zone_ptr = WRAP(malloc_zone_from_ptr)(ptr); \ 229 const char *zone_name = (zone_ptr == 0) ? 0 : zone_ptr->zone_name 247 COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name);
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_malloc_mac.cpp | 50 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_malloc_mac.cpp | 62 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | stack_logging.h | 65 __disk_stack_logging_log_stack(uint32_t type_flags, uintptr_t zone_ptr,
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_malloc_mac.cpp | 62 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
|