Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h11 extern size_t opt_lg_prof_sample; /* Mean bytes between samples. */
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c106 CTL_PROTO(opt_lg_prof_sample)
307 {NAME("lg_prof_sample"), CTL(opt_lg_prof_sample)},
1683 CTL_RO_NL_CGEN(config_prof, opt_lg_prof_sample, opt_lg_prof_sample, size_t) in CTL_RO_CONFIG_GEN()
H A Dprof.c35 size_t opt_lg_prof_sample = LG_PROF_SAMPLE_DEFAULT; variable
2298 lg_prof_sample = opt_lg_prof_sample; in prof_boot2()
H A Djemalloc.c1184 CONF_HANDLE_SIZE_T(opt_lg_prof_sample, in malloc_conf_init()