Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp98 static constexpr char kHooksPropertyEnable[] = "libc.debug.hooks.enable"; variable
216 …(__system_property_get(kHooksPropertyEnable, *options) == 0 || *options[0] == '\0' || *options[0] … in CheckLoadMallocHooks()