Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp70 static void PrintZoneForPointer(uptr ptr, uptr zone_ptr, in PrintZoneForPointer() argument
72 if (zone_ptr) { in PrintZoneForPointer()
75 (void *)zone_ptr, zone_name); in PrintZoneForPointer()
78 (void *)ptr, (void *)zone_ptr); in PrintZoneForPointer()
488 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr, const char *zone_name, in ReportMacMzReallocUnknown() argument
495 PrintZoneForPointer(addr, zone_ptr, zone_name); in ReportMacMzReallocUnknown()
H A Dasan_report.h99 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr,
102 void ReportMacCfReallocUnknown(uptr addr, uptr zone_ptr,
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp52 # define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc244 malloc_zone_t *zone_ptr = WRAP(malloc_zone_from_ptr)(ptr); \
245 const char *zone_name = (zone_ptr == 0) ? 0 : zone_ptr->zone_name
263 COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp81 # define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument