Searched refs:opt_utrace (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h284 #define opt_utrace JEMALLOC_N(opt_utrace) macro
H A Dprivate_unnamespace.h284 #undef opt_utrace macro
H A Djemalloc_internal.h372 extern bool opt_utrace;
/external/jemalloc/src/
H A Djemalloc.c29 bool opt_utrace = false; variable
90 if (opt_utrace) { \
615 CONF_HANDLE_BOOL(opt_utrace, "utrace", true)
H A Dctl.c99 CTL_PROTO(opt_utrace)
240 {NAME("utrace"), CTL(opt_utrace)},
1164 CTL_RO_NL_CGEN(config_utrace, opt_utrace, opt_utrace, bool)

Completed in 121 milliseconds