Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_malloc_mac.cc26 #define COMMON_MALLOC_SANITIZER_INITIALIZED asan_inited macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_malloc_mac.cc24 #define COMMON_MALLOC_SANITIZER_INITIALIZED (cur_thread()->is_inited) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc164 if (UNLIKELY(!COMMON_MALLOC_SANITIZER_INITIALIZED)) {