HomeSort by: relevance | last modified time | path
    Searched refs:SANITIZER_CAN_USE_ALLOCATOR64 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform.h 221 // change the definition of SANITIZER_CAN_USE_ALLOCATOR64 here.
222 #ifndef SANITIZER_CAN_USE_ALLOCATOR64
224 # define SANITIZER_CAN_USE_ALLOCATOR64 1
226 # define SANITIZER_CAN_USE_ALLOCATOR64 0
228 # define SANITIZER_CAN_USE_ALLOCATOR64 (SANITIZER_WORDSIZE == 64)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 35 #if SANITIZER_CAN_USE_ALLOCATOR64
262 #if SANITIZER_CAN_USE_ALLOCATOR64
348 #if SANITIZER_CAN_USE_ALLOCATOR64
367 #endif // SANITIZER_CAN_USE_ALLOCATOR64
395 #if SANITIZER_CAN_USE_ALLOCATOR64
420 #endif // SANITIZER_CAN_USE_ALLOCATOR64
430 #if SANITIZER_CAN_USE_ALLOCATOR64
520 #if SANITIZER_CAN_USE_ALLOCATOR64 && !SANITIZER_WINDOWS64 && !SANITIZER_ANDROID
692 #if SANITIZER_CAN_USE_ALLOCATOR64
760 #if SANITIZER_CAN_USE_ALLOCATOR64
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 122 #if SANITIZER_CAN_USE_ALLOCATOR64
192 #endif // SANITIZER_CAN_USE_ALLOCATOR64

Completed in 12 milliseconds