Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Dchunk_dss.c26 static void *dss_max; variable
75 void *max_prev = atomic_read_p(&dss_max); in chunk_dss_max_update()
86 if (!atomic_cas_p(&dss_max, max_prev, max_cur)) in chunk_dss_max_update()
137 cpad = (void *)((uintptr_t)dss_max + gap_size); in chunk_alloc_dss()
138 ret = (void *)ALIGNMENT_CEILING((uintptr_t)dss_max, in chunk_alloc_dss()
142 if ((uintptr_t)ret < (uintptr_t)dss_max || in chunk_alloc_dss()
143 (uintptr_t)dss_next < (uintptr_t)dss_max) in chunk_alloc_dss()
153 if (atomic_cas_p(&dss_max, max_cur, dss_next)) in chunk_alloc_dss()
185 atomic_cas_p(&dss_max, dss_next, max_cur); in chunk_alloc_dss()
221 max = atomic_read_p(&dss_max); in chunk_dss_mergeable()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/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()
184 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
241 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
256 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
268 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/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()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/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()
/dports/databases/redis5/redis-5.0.14/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()
/dports/databases/redis-devel/redis-0e5b813/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()
184 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
241 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
256 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
268 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()
/dports/databases/redis6/redis-6.0.16/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()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/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()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/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()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/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()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/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()
184 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
241 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
256 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
268 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/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()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/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()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/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()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/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()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/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()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/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()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/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()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/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()
184 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
241 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
256 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
268 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/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()
184 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
241 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
256 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
268 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/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()
184 atomic_store_p(&dss_max, dss_next, in extent_alloc_dss()
241 return extent_in_dss_helper(addr, atomic_load_p(&dss_max, in extent_in_dss()
256 max = atomic_load_p(&dss_max, ATOMIC_ACQUIRE); in extent_dss_mergeable()
268 atomic_store_p(&dss_max, dss_base, ATOMIC_RELAXED); in extent_dss_boot()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/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()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/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()