Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h14 extern const char *opt_junk;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h29 #define opt_junk JEMALLOC_N(opt_junk) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.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()
H A Dctl.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()