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

/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h346 #define opt_utrace JEMALLOC_N(opt_utrace) macro
H A Dprivate_unnamespace.h346 #undef opt_utrace macro
H A Djemalloc_internal.h413 extern bool opt_utrace;
/external/jemalloc/src/
H A Dctl.c99 CTL_PROTO(opt_utrace)
267 {NAME("utrace"), CTL(opt_utrace)},
1276 CTL_RO_NL_CGEN(config_utrace, opt_utrace, opt_utrace, bool)
H A Djemalloc.c40 bool opt_utrace = false; variable
206 if (unlikely(opt_utrace)) { \
1086 CONF_HANDLE_BOOL(opt_utrace, "utrace", true)

Completed in 114 milliseconds