Searched refs:COMMON_MALLOC_ZONE_NAME (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp22 #define COMMON_MALLOC_ZONE_NAME "lsan" macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc127 // Allocate |sizeof(COMMON_MALLOC_ZONE_NAME "-") + internal_strlen(name)|
130 sizeof(COMMON_MALLOC_ZONE_NAME "-") + (name ? internal_strlen(name) : 0);
133 new_name.append(COMMON_MALLOC_ZONE_NAME "-%s", name);
402 sanitizer_zone.zone_name = COMMON_MALLOC_ZONE_NAME;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp24 #define COMMON_MALLOC_ZONE_NAME "asan" macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp22 #define COMMON_MALLOC_ZONE_NAME "tsan" macro

Completed in 108 milliseconds