Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h17 extern bool opt_utrace;
Dprivate_namespace_jet.h30 #define opt_utrace JEMALLOC_N(opt_utrace) macro
Dprivate_namespace.h30 #define opt_utrace JEMALLOC_N(opt_utrace) macro
/external/jemalloc_new/src/
Djemalloc.c66 bool opt_utrace = false; variable
171 if (unlikely(opt_utrace)) { \
865 | (opt_utrace ? flag_opt_utrace : 0) in malloc_slow_flag_init()
1145 CONF_HANDLE_BOOL(opt_utrace, "utrace")
Dctl.c96 CTL_PROTO(opt_utrace)
297 {NAME("utrace"), CTL(opt_utrace)},
1671 CTL_RO_NL_CGEN(config_utrace, opt_utrace, opt_utrace, bool) in CTL_RO_CONFIG_GEN()