Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dgwp_asan_wrappers.cpp222 return MaybeInitGwpAsan(globals); in MaybeInitGwpAsanFromLibc()
229 bool MaybeInitGwpAsan(libc_globals* globals, bool force_init) { in MaybeInitGwpAsan() function
H A Dgwp_asan_wrappers.h39 bool MaybeInitGwpAsan(libc_globals* globals, bool force_init = false);
H A Dmalloc_common.cpp334 return MaybeInitGwpAsan(globals, *reinterpret_cast<bool*>(arg)); in android_mallopt()
H A Dmalloc_common_dynamic.cpp534 return MaybeInitGwpAsan(globals, *reinterpret_cast<bool*>(arg)); in android_mallopt()