Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dextent_dss.c37 static atomic_p_t dss_max; variable
101 atomic_store_p(&dss_max, max_cur, ATOMIC_RELEASE); in extent_dss_max_update()
183 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
240 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
255 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
267 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()