Home
last modified time | relevance | path

Searched refs:zone_ptr (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc54 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
56 ReportMacMzReallocUnknown((uptr)ptr, (uptr)zone_ptr, zone_name, &stack);
Dasan_report.h80 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr,
83 void ReportMacCfReallocUnknown(uptr addr, uptr zone_ptr,
Dasan_report.cc222 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/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_mac.cpp57 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
59 ReportMacMzReallocUnknown((uptr)ptr, (uptr)zone_ptr, zone_name, &stack);
Dasan_report.cpp66 static void PrintZoneForPointer(uptr ptr, uptr zone_ptr, in PrintZoneForPointer() argument
68 if (zone_ptr) { in PrintZoneForPointer()
71 ptr, zone_ptr, zone_name); in PrintZoneForPointer()
74 ptr, zone_ptr); in PrintZoneForPointer()
435 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, const char *zone_name, in ReportMacMzReallocUnknown() argument
441 PrintZoneForPointer(addr, zone_ptr, zone_name); in ReportMacMzReallocUnknown()
Dasan_report.h91 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr,
94 void ReportMacCfReallocUnknown(uptr addr, uptr zone_ptr,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc196 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/llvm-project/compiler-rt/lib/lsan/
Dlsan_malloc_mac.cpp50 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_malloc_mac.cc53 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc234 malloc_zone_t *zone_ptr = WRAP(malloc_zone_from_ptr)(ptr); \
235 const char *zone_name = (zone_ptr == 0) ? 0 : zone_ptr->zone_name
253 COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name);
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
Dstack_logging.h65 __disk_stack_logging_log_stack(uint32_t type_flags, uintptr_t zone_ptr,
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_malloc_mac.cpp62 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument