Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_platform.h59 #ifndef SCUDO_CAN_USE_HOOKS
61 # define SCUDO_CAN_USE_HOOKS 1 macro
63 # define SCUDO_CAN_USE_HOOKS 0 macro
Dscudo_allocator.cpp396 if (SCUDO_CAN_USE_HOOKS && &__sanitizer_malloc_hook) in allocate()
452 if (SCUDO_CAN_USE_HOOKS && &__sanitizer_free_hook) in deallocate()