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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc117 // Allocate |sizeof(COMMON_MALLOC_ZONE_NAME "-") + internal_strlen(name)|
120 sizeof(COMMON_MALLOC_ZONE_NAME "-") + (name ? internal_strlen(name) : 0);
123 new_name.append(COMMON_MALLOC_ZONE_NAME "-%s", name);
354 sanitizer_zone.zone_name = COMMON_MALLOC_ZONE_NAME;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc97 // Allocate |sizeof(COMMON_MALLOC_ZONE_NAME "-") + internal_strlen(name)|
100 sizeof(COMMON_MALLOC_ZONE_NAME "-") + (name ? internal_strlen(name) : 0);
103 new_name.append(COMMON_MALLOC_ZONE_NAME "-%s", name);
323 sanitizer_zone.zone_name = COMMON_MALLOC_ZONE_NAME;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_mac.cc24 #define COMMON_MALLOC_ZONE_NAME "asan" macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_malloc_mac.cc23 #define COMMON_MALLOC_ZONE_NAME "lsan" macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_mac.cc22 #define COMMON_MALLOC_ZONE_NAME "asan" macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_malloc_mac.cc21 #define COMMON_MALLOC_ZONE_NAME "lsan" macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_malloc_mac.cpp22 #define COMMON_MALLOC_ZONE_NAME "lsan" macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_malloc_mac.cc23 #define COMMON_MALLOC_ZONE_NAME "tsan" macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_malloc_mac.cc21 #define COMMON_MALLOC_ZONE_NAME "tsan" macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_mac.cpp24 #define COMMON_MALLOC_ZONE_NAME "asan" macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_malloc_mac.cpp22 #define COMMON_MALLOC_ZONE_NAME "tsan" macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc126 new_name.append(COMMON_MALLOC_ZONE_NAME "-%s", name);
392 sanitizer_zone.zone_name = COMMON_MALLOC_ZONE_NAME;

Completed in 204 milliseconds