Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h27 extern ssize_t opt_prof_recent_alloc_max;
/src/contrib/jemalloc/src/
H A Dprof_recent.c10 ssize_t opt_prof_recent_alloc_max = PROF_RECENT_ALLOC_MAX_DEFAULT; variable
20 atomic_store_zd(&prof_recent_alloc_max, opt_prof_recent_alloc_max, in prof_recent_alloc_max_init()
H A Dctl.c151 CTL_PROTO(opt_prof_recent_alloc_max)
477 {NAME("prof_recent_alloc_max"), CTL(opt_prof_recent_alloc_max)},
2210 CTL_RO_NL_CGEN(config_prof, opt_prof_recent_alloc_max, in CTL_RO_CONFIG_GEN()
2211 opt_prof_recent_alloc_max, ssize_t) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1593 CONF_HANDLE_SSIZE_T(opt_prof_recent_alloc_max, in malloc_conf_init_helper()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h565 #define opt_prof_recent_alloc_max JEMALLOC_N(opt_prof_recent_alloc_max) macro