Searched defs:zone_ptr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_malloc_mac.cpp | 78 #define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
|
/llvm-project/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/compiler-rt/lib/asan/ |
H A D | asan_malloc_mac.cpp | 59 # define COMMON_MALLOC_REPORT_UNKNOWN_REALLOC(ptr, zone_ptr, zone_name) \ argument
|
H A D | asan_report.cpp | 69 static void PrintZoneForPointer(uptr ptr, uptr zone_ptr, in PrintZoneForPointer() argument 450 ReportMacMzReallocUnknown(uptr addr,uptr zone_ptr,const char * zone_name,BufferedStackTrace * stack) ReportMacMzReallocUnknown() argument
|