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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_malloc_mac.cpp54 #define COMMON_MALLOC_HAS_ZONE_ENUMERATOR 0 macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_mac.cpp61 #define COMMON_MALLOC_HAS_ZONE_ENUMERATOR 0 macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_malloc_mac.cpp66 #define COMMON_MALLOC_HAS_ZONE_ENUMERATOR 0 macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc284 #ifndef COMMON_MALLOC_HAS_ZONE_ENUMERATOR
285 #error "COMMON_MALLOC_HAS_ZONE_ENUMERATOR must be defined"
287 static_assert((COMMON_MALLOC_HAS_ZONE_ENUMERATOR) == 0 ||
288 (COMMON_MALLOC_HAS_ZONE_ENUMERATOR) == 1,
289 "COMMON_MALLOC_HAS_ZONE_ENUMERATOR must be 0 or 1");
291 #if COMMON_MALLOC_HAS_ZONE_ENUMERATOR

Completed in 143 milliseconds