Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp1940 android_mallopt_gwp_asan_options_t gwp_asan_options; in SpecializeCommon() local
1944 gwp_asan_options.program_name = nice_name_ptr ?: process_name; in SpecializeCommon()
1948 gwp_asan_options.desire = GetBoolProperty(kGwpAsanAppRecoverableSysprop, true) in SpecializeCommon()
1951 android_mallopt(M_INITIALIZE_GWP_ASAN, &gwp_asan_options, sizeof(gwp_asan_options)); in SpecializeCommon()
1954 gwp_asan_options.desire = Action::DONT_TURN_ON_UNLESS_OVERRIDDEN; in SpecializeCommon()
1955 android_mallopt(M_INITIALIZE_GWP_ASAN, &gwp_asan_options, sizeof(gwp_asan_options)); in SpecializeCommon()
1958 gwp_asan_options.desire = Action::TURN_ON_FOR_APP; in SpecializeCommon()
1959 android_mallopt(M_INITIALIZE_GWP_ASAN, &gwp_asan_options, sizeof(gwp_asan_options)); in SpecializeCommon()
1962 gwp_asan_options.desire = Action::TURN_ON_WITH_SAMPLING; in SpecializeCommon()
1963 android_mallopt(M_INITIALIZE_GWP_ASAN, &gwp_asan_options, sizeof(gwp_asan_options)); in SpecializeCommon()