Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Darena_externs.h11 extern ssize_t opt_muzzy_decay_ms;
Dprivate_namespace_jet.h84 #define opt_muzzy_decay_ms JEMALLOC_N(opt_muzzy_decay_ms) macro
Dprivate_namespace.h83 #define opt_muzzy_decay_ms JEMALLOC_N(opt_muzzy_decay_ms) macro
/external/jemalloc_new/test/unit/
Ddecay.c425 ssize_t mdt = opt_muzzy_decay_ms; in TEST_BEGIN()
/external/jemalloc_new/src/
Dctl.c91 CTL_PROTO(opt_muzzy_decay_ms)
292 {NAME("muzzy_decay_ms"), CTL(opt_muzzy_decay_ms)},
1666 CTL_RO_NL_GEN(opt_muzzy_decay_ms, opt_muzzy_decay_ms, ssize_t) in CTL_RO_CONFIG_GEN()
Darena.c31 ssize_t opt_muzzy_decay_ms = MUZZY_DECAY_MS_DEFAULT; variable
1924 arena_muzzy_decay_ms_default_set(opt_muzzy_decay_ms); in arena_boot()
Djemalloc.c1108 CONF_HANDLE_SSIZE_T(opt_muzzy_decay_ms,