Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgwp_asan_wrappers.h39 bool MaybeInitGwpAsan(libc_globals* globals, bool force_init = false);
Dgwp_asan_wrappers.cpp223 return MaybeInitGwpAsan(globals); in MaybeInitGwpAsanFromLibc()
230 bool MaybeInitGwpAsan(libc_globals* globals, bool force_init) { in MaybeInitGwpAsan() function
Dmalloc_common.cpp326 return MaybeInitGwpAsan(globals, *reinterpret_cast<bool*>(arg)); in android_mallopt()
Dmalloc_common_dynamic.cpp533 return MaybeInitGwpAsan(globals, *reinterpret_cast<bool*>(arg)); in android_mallopt()