Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform.h170 #ifndef SANITIZER_CAN_USE_ALLOCATOR64
172 # define SANITIZER_CAN_USE_ALLOCATOR64 0 macro
174 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64) macro
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc31 #if SANITIZER_CAN_USE_ALLOCATOR64
156 #if SANITIZER_CAN_USE_ALLOCATOR64
200 #if SANITIZER_CAN_USE_ALLOCATOR64
237 #if SANITIZER_CAN_USE_ALLOCATOR64
257 #if SANITIZER_CAN_USE_ALLOCATOR64
338 #if SANITIZER_CAN_USE_ALLOCATOR64
476 #if SANITIZER_CAN_USE_ALLOCATOR64
530 #if SANITIZER_CAN_USE_ALLOCATOR64
547 #if SANITIZER_CAN_USE_ALLOCATOR64
705 #if SANITIZER_CAN_USE_ALLOCATOR64
[all …]
/external/compiler-rt/lib/asan/
Dasan_allocator.h116 #if SANITIZER_CAN_USE_ALLOCATOR64