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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform.h226 // change the definition of SANITIZER_CAN_USE_ALLOCATOR64 here.
227 #ifndef SANITIZER_CAN_USE_ALLOCATOR64
229 # define SANITIZER_CAN_USE_ALLOCATOR64 1 macro
231 # define SANITIZER_CAN_USE_ALLOCATOR64 0 macro
233 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64) macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_platform.h69 #if SANITIZER_CAN_USE_ALLOCATOR64
79 #endif // SANITIZER_CAN_USE_ALLOCATOR64
H A Dscudo_allocator.h73 #if SANITIZER_CAN_USE_ALLOCATOR64
100 #endif // SANITIZER_CAN_USE_ALLOCATOR64
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h121 #if SANITIZER_CAN_USE_ALLOCATOR64
136 // AArch64/SANITIZER_CAN_USE_ALLOCATOR64 is only for 42-bit VMA
184 #endif // SANITIZER_CAN_USE_ALLOCATOR64

Completed in 37 milliseconds