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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_platform.h59 #ifndef SCUDO_CAN_USE_HOOKS
61 # define SCUDO_CAN_USE_HOOKS 1 macro
63 # define SCUDO_CAN_USE_HOOKS 0 macro
65 #endif // SCUDO_CAN_USE_HOOKS
H A Dscudo_allocator.cpp395 if (SCUDO_CAN_USE_HOOKS && &__sanitizer_malloc_hook)
451 if (SCUDO_CAN_USE_HOOKS && &__sanitizer_free_hook)

Completed in 103 milliseconds