Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dasan.c70 static bool asan_active; variable
267 assert(GET_ASAN_INFO()->regs_count > 0 && !asan_active); in asan_start()
268 asan_active = true; in asan_start()
386 if (!asan_active) in check_access()