Searched refs:opt_prof_recent_alloc_max (Results 1 – 5 of 5) sorted by relevance
27 extern ssize_t opt_prof_recent_alloc_max;
10 ssize_t opt_prof_recent_alloc_max = PROF_RECENT_ALLOC_MAX_DEFAULT; variable20 atomic_store_zd(&prof_recent_alloc_max, opt_prof_recent_alloc_max, in prof_recent_alloc_max_init()
151 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()
1593 CONF_HANDLE_SSIZE_T(opt_prof_recent_alloc_max, in malloc_conf_init_helper()
565 #define opt_prof_recent_alloc_max JEMALLOC_N(opt_prof_recent_alloc_max) macro