Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform.h83 #ifndef SANITIZER_CAN_USE_ALLOCATOR64
85 # define SANITIZER_CAN_USE_ALLOCATOR64 0 macro
87 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64) macro
/external/compiler-rt/lib/asan/
Dasan_allocator.h101 #if SANITIZER_CAN_USE_ALLOCATOR64