Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h17 extern bool opt_utrace;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h33 #define opt_utrace JEMALLOC_N(opt_utrace) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c74 bool opt_utrace = false; variable
181 if (unlikely(opt_utrace)) { \
932 | (opt_utrace ? flag_opt_utrace : 0) in malloc_slow_flag_init()
1289 CONF_HANDLE_BOOL(opt_utrace, "utrace") in malloc_conf_init_helper()
H A Dctl.c99 CTL_PROTO(opt_utrace)
326 {NAME("utrace"), CTL(opt_utrace)},
1781 CTL_RO_NL_CGEN(config_utrace, opt_utrace, opt_utrace, bool) in CTL_RO_CONFIG_GEN()