Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp69 static void PrintZoneForPointer(uptr ptr, uptr zone_ptr, in PrintZoneForPointer() argument
71 if (zone_ptr) { in PrintZoneForPointer()
74 (void *)zone_ptr, zone_name); in PrintZoneForPointer()
77 (void *)ptr, (void *)zone_ptr); in PrintZoneForPointer()
460 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, const char *zone_name, in ReportMacMzReallocUnknown()
467 PrintZoneForPointer(addr, zone_ptr, zone_name); in SuppressErrorReport()
450 ReportMacMzReallocUnknown(uptr addr,uptr zone_ptr,const char * zone_name,BufferedStackTrace * stack) ReportMacMzReallocUnknown() argument
H A Dasan_malloc_mac.cpp59 # define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
61 ReportMacMzReallocUnknown((uptr)ptr, (uptr)zone_ptr, zone_name, &stack);
H A Dasan_report.h99 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr,
102 void ReportMacCfReallocUnknown(uptr addr, uptr zone_ptr,
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc228 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/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp50 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp78 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument