Home
last modified time | relevance | path

Searched refs:opt_abort_conf (Results 1 – 4 of 4) sorted by last modified time

/freebsd/contrib/jemalloc/src/
H A Dctl.c83 CTL_PROTO(opt_abort_conf)
310 {NAME("abort_conf"), CTL(opt_abort_conf)},
1763 CTL_RO_NL_GEN(opt_abort_conf, opt_abort_conf, bool) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c43 bool opt_abort_conf = variable
903 assert(opt_abort_conf); in malloc_abort_invalid_conf()
1180 CONF_HANDLE_BOOL(opt_abort_conf, "abort_conf") in malloc_conf_init_helper()
1436 if (opt_abort_conf && had_conf_error) { in malloc_conf_init_helper()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h12 extern bool opt_abort_conf;
H A Dprivate_namespace.h27 #define opt_abort_conf JEMALLOC_N(opt_abort_conf) macro