Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Darena_externs.h10 extern ssize_t opt_dirty_decay_ms;
Dprivate_namespace.h82 #define opt_dirty_decay_ms JEMALLOC_N(opt_dirty_decay_ms) macro
Dprivate_namespace_jet.h83 #define opt_dirty_decay_ms JEMALLOC_N(opt_dirty_decay_ms) macro
/external/jemalloc_new/test/unit/
Ddecay.c424 ssize_t ddt = opt_dirty_decay_ms; in TEST_BEGIN()
/external/jemalloc_new/src/
Dctl.c90 CTL_PROTO(opt_dirty_decay_ms)
291 {NAME("dirty_decay_ms"), CTL(opt_dirty_decay_ms)},
1665 CTL_RO_NL_GEN(opt_dirty_decay_ms, opt_dirty_decay_ms, ssize_t) in CTL_RO_CONFIG_GEN()
Darena.c30 ssize_t opt_dirty_decay_ms = DIRTY_DECAY_MS_DEFAULT; variable
1923 arena_dirty_decay_ms_default_set(opt_dirty_decay_ms); in arena_boot()
Djemalloc.c1104 CONF_HANDLE_SSIZE_T(opt_dirty_decay_ms,