Home
last modified time | relevance | path

Searched refs:opt_muzzy_decay_ms (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_externs.h11 extern ssize_t opt_muzzy_decay_ms;
H A Dprivate_namespace.h91 #define opt_muzzy_decay_ms JEMALLOC_N(opt_muzzy_decay_ms) macro
/freebsd/contrib/jemalloc/src/
H A Dctl.c94 CTL_PROTO(opt_muzzy_decay_ms)
321 {NAME("muzzy_decay_ms"), CTL(opt_muzzy_decay_ms)},
1776 CTL_RO_NL_GEN(opt_muzzy_decay_ms, opt_muzzy_decay_ms, ssize_t) in CTL_RO_CONFIG_GEN()
H A Darena.c33 ssize_t opt_muzzy_decay_ms = MUZZY_DECAY_MS_DEFAULT; variable
2173 arena_muzzy_decay_ms_default_set(opt_muzzy_decay_ms); in arena_boot()
H A Djemalloc.c1252 CONF_HANDLE_SSIZE_T(opt_muzzy_decay_ms, in malloc_conf_init_helper()