Searched refs:tbin (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Dtcache.c44 cache_bin_t *tbin; local
46 tbin = tcache_small_bin_get(tcache, binind);
48 tbin = tcache_large_bin_get(tcache, binind);
50 if (tbin->low_water > 0) {
55 tcache_bin_flush_small(tsd, tcache, tbin, binind,
56 tbin->ncached - tbin->low_water + (tbin->low_water
68 tcache_bin_flush_large(tsd, tbin, binind, tbin
89 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, cache_bin_t *tbin, szind_t binind, bool *tcache_success) argument
106 tbin_extents_lookup_size_check(tsdn_t *tsdn, cache_bin_t *tbin, szind_t binind, size_t nflush, extent_t **extents) argument
134 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, szind_t binind, unsigned rem) argument
148 tbin_extents_lookup_size_check(tsd_tsdn(tsd), tbin, binind, local
230 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, unsigned rem, tcache_t *tcache) argument
248 tbin_extents_lookup_size_check(tsd_tsdn(tsd), tbin, binind, nflush, local
516 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); local
524 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); local
608 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); local
617 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); local
[all...]
H A Darena.c204 cache_bin_t *tbin = &descriptor->bins_small[i]; local
206 tbin->ncached * sz_index2size(i));
209 cache_bin_t *tbin = &descriptor->bins_large[i]; local
211 tbin->ncached * sz_index2size(i));
1382 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) {
1385 assert(tbin->ncached == 0);
1404 tbin->avail - nfill + i);
1410 * OOM. tbin->avail isn't yet filled down to its first
1412 * be moved just before tbin->avail before bailing out.
1416 memmove(tbin
1381 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) argument
[all...]
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h31 cache_bin_t *tbin, szind_t binind, bool *tcache_success);
32 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
34 void tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
H A Darena_externs.h52 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);

Completed in 176 milliseconds