Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal_externs.h14 extern const char *opt_junk;
HDprivate_namespace.h29 #define opt_junk JEMALLOC_N(opt_junk) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDjemalloc.c52 const char *opt_junk = variable
1264 opt_junk = "true"; in malloc_conf_init_helper()
1268 opt_junk = "false"; in malloc_conf_init_helper()
1272 opt_junk = "alloc"; in malloc_conf_init_helper()
1276 opt_junk = "free"; in malloc_conf_init_helper()
HDctl.c97 CTL_PROTO(opt_junk)
324 {NAME("junk"), CTL(opt_junk)},
1779 CTL_RO_NL_CGEN(config_fill, opt_junk, opt_junk, const char *) in CTL_RO_CONFIG_GEN()