Home
last modified time | relevance | path

Searched refs:tbin (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Dtcache.c46 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
49 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
50 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
57 tbin->lg_fill_div++; in tcache_event_hard()
66 tbin->low_water = tbin->ncached; in tcache_event_hard()
163 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
166 if ((int)tbin->ncached < tbin->low_water) in tcache_bin_flush_small()
167 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
248 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
251 if ((int)tbin->ncached < tbin->low_water) in tcache_bin_flush_large()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dsm_insolidangle.cpp672 pbin = find_partition_bin(&surf->tbin[tbin], phi); in find_surface_bin()
673 return surf->tbin[tbin].p[pbin].bin; in find_surface_bin()
737 bin = surf->tbin[tbin].p[pbin].bin; in add_surface_point()
763 bin = surf->tbin[tbin].p[pbin].bin; in mark_surface_covered()
798 pbin1 = pbin - surf->tbin[tbin].n; in update_surface_bin()
808 pbin2 += surf->tbin[tbin].n; in update_surface_bin()
811 if (pbin2 - pbin1 > surf->tbin[tbin].n) in update_surface_bin()
813 pbin2 = pbin1 + surf->tbin[tbin].n; in update_surface_bin()
827 if (pbin == surf->tbin[tbin].n) in update_surface_bin()
834 if (surf->tbin[tbin].p[pbin].left >= phi1 && surf->tbin[tbin].p[pbin + 1].left <= phi2) in update_surface_bin()
[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 Dtcache.c44 cache_bin_t *tbin; in tcache_event_hard() local
56 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
69 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
80 tbin->low_water = tbin->ncached; in tcache_event_hard()
221 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
224 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
225 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
332 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
335 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/src/
H A Dtcache.c44 cache_bin_t *tbin; in tcache_event_hard() local
56 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
69 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
80 tbin->low_water = tbin->ncached; in tcache_event_hard()
221 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
224 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
225 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
332 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
335 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
218 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
221 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
222 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
329 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
332 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
218 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
221 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
222 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
329 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
332 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/src/
H A Dtcache.c44 cache_bin_t *tbin; in tcache_event_hard() local
56 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
69 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
80 tbin->low_water = tbin->ncached; in tcache_event_hard()
221 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
224 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
225 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
332 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
335 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
218 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
221 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
222 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
329 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
332 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
218 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
221 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
222 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
329 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
332 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
218 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
221 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
222 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
329 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
332 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
218 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
221 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
222 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
329 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
332 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/src/
H A Dtcache.c44 cache_bin_t *tbin; in tcache_event_hard() local
56 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
69 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
80 tbin->low_water = tbin->ncached; in tcache_event_hard()
221 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
224 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
225 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
332 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
335 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/src/
H A Dtcache.c44 cache_bin_t *tbin; in tcache_event_hard() local
56 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
69 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
80 tbin->low_water = tbin->ncached; in tcache_event_hard()
221 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
224 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
225 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
332 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
335 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/src/
H A Dtcache.c44 cache_bin_t *tbin;
56 tbin->ncached - tbin->low_water + (tbin->low_water in rate_per_second()
68 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached
69 - tbin->low_water + (tbin->low_water >> 2), tcache);
80 tbin->low_water = tbin->ncached;
221 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem *
224 if (tbin->ncached < tbin->low_water) {
225 tbin->low_water = tbin->ncached; in mutex_stats_emit()
332 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem *
335 if (tbin->ncached < tbin->low_water) {
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
218 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
221 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
222 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
329 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
332 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard() local
55 tbin->ncached - tbin->low_water + (tbin->low_water in tcache_event_hard()
67 tcache_bin_flush_large(tsd, tbin, binind, tbin->ncached in tcache_event_hard()
68 - tbin->low_water + (tbin->low_water >> 2), tcache); in tcache_event_hard()
79 tbin->low_water = tbin->ncached; in tcache_event_hard()
180 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
183 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_small()
184 tbin->low_water = tbin->ncached; in tcache_bin_flush_small()
278 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
281 if (tbin->ncached < tbin->low_water) { in tcache_bin_flush_large()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/heap/include/r_jemalloc/internal/
H A Dtcache.h273 ret = *(tbin->avail - tbin->ncached); in tcache_alloc_easy()
274 tbin->ncached--; in tcache_alloc_easy()
276 if (unlikely((int)tbin->ncached < tbin->low_water)) in tcache_alloc_easy()
277 tbin->low_water = tbin->ncached; in tcache_alloc_easy()
287 tcache_bin_t *tbin; in tcache_alloc_small() local
353 tcache_bin_t *tbin; in tcache_alloc_large() local
419 tcache_bin_t *tbin; in tcache_dalloc_small() local
434 tbin->ncached++; in tcache_dalloc_small()
435 *(tbin->avail - tbin->ncached) = ptr; in tcache_dalloc_small()
465 tbin->ncached++; in tcache_dalloc_large()
[all …]

12345678