Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h14 extern const char *opt_junk;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c44 const char *opt_junk = variable
1113 opt_junk = "true"; in malloc_conf_init()
1117 opt_junk = "false"; in malloc_conf_init()
1121 opt_junk = "alloc"; in malloc_conf_init()
1125 opt_junk = "free"; in malloc_conf_init()
H A Dctl.c94 CTL_PROTO(opt_junk)
295 {NAME("junk"), CTL(opt_junk)},
1669 CTL_RO_NL_CGEN(config_fill, opt_junk, opt_junk, const char *) in CTL_RO_CONFIG_GEN()