Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h13 extern bool opt_confirm_conf;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h28 #define opt_confirm_conf JEMALLOC_N(opt_confirm_conf) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c51 bool opt_confirm_conf = false; variable
1045 if (!initial_call && opt_confirm_conf) { in malloc_conf_init_helper()
1064 if (!initial_call && opt_confirm_conf \ in malloc_conf_init_helper()
1174 CONF_HANDLE_BOOL(opt_confirm_conf, "confirm_conf") in malloc_conf_init_helper()
H A Dctl.c84 CTL_PROTO(opt_confirm_conf)
311 {NAME("confirm_conf"), CTL(opt_confirm_conf)},
1764 CTL_RO_NL_GEN(opt_confirm_conf, opt_confirm_conf, bool) in CTL_RO_CONFIG_GEN()