Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp75 auto init_str = GetEnv("APPLE_ASAN_INIT_FOR_DLOPEN"); in HandleDlopenInit() local
76 if (!init_str) in HandleDlopenInit()
78 if (internal_strncmp(init_str, "1", 1) != 0) in HandleDlopenInit()