Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgwp_asan_wrappers.cpp254 const android_mallopt_gwp_asan_options_t& mallopt_options) { in SetDefaultGwpAsanOptions() argument
264 if (mallopt_options.mode == Mode::SYSTEM_PROCESS_OR_SYSTEM_APP || in SetDefaultGwpAsanOptions()
265 mallopt_options.mode == Mode::APP_MANIFEST_DEFAULT) { in SetDefaultGwpAsanOptions()
273 const android_mallopt_gwp_asan_options_t& mallopt_options, in GetGwpAsanOptionImpl() argument
277 if (mallopt_options.program_name) basename = __gnu_basename(mallopt_options.program_name); in GetGwpAsanOptionImpl()
288 if (mallopt_options.mode == Mode::APP_MANIFEST_ALWAYS) { in GetGwpAsanOptionImpl()
315 const android_mallopt_gwp_asan_options_t& mallopt_options, in GetGwpAsanIntegerOption() argument
320 if (!GetGwpAsanOptionImpl(buffer, mallopt_options, system_sysprop, app_sysprop, in GetGwpAsanIntegerOption()
336 bool GetGwpAsanBoolOption(bool* result, const android_mallopt_gwp_asan_options_t& mallopt_options, in GetGwpAsanBoolOption() argument
341 if (!GetGwpAsanOptionImpl(buffer, mallopt_options, system_sysprop, app_sysprop, in GetGwpAsanBoolOption()
[all …]