Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp103 static constexpr char kDebugPropertyOptions[] = "libc.debug.malloc.options"; variable
227 if (__system_property_get(kDebugPropertyOptions, *options) == 0 || *options[0] == '\0') { in CheckLoadMallocDebug()