Searched refs:SANITIZER_CAN_USE_ALLOCATOR64 (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_platform.h80 // change the definition of SANITIZER_CAN_USE_ALLOCATOR64 here.
81 #ifndef SANITIZER_CAN_USE_ALLOCATOR64
83 # define SANITIZER_CAN_USE_ALLOCATOR64 0 macro
85 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64) macro
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_allocator.h99 #if SANITIZER_CAN_USE_ALLOCATOR64
123 #endif // SANITIZER_CAN_USE_ALLOCATOR64

Completed in 38 milliseconds