Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_recent.c12 static atomic_zd_t prof_recent_alloc_max; variable
20 atomic_store_zd(&prof_recent_alloc_max, opt_prof_recent_alloc_max, in prof_recent_alloc_max_init()
26 return atomic_load_zd(&prof_recent_alloc_max, ATOMIC_RELAXED); in prof_recent_alloc_max_get_no_lock()
39 atomic_store_zd(&prof_recent_alloc_max, max, ATOMIC_RELAXED); in prof_recent_alloc_max_update()