Searched defs:tbin (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/src/
H A Dtcache.c44 cache_bin_t *tbin; local
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
209 cache_bin_t *tbin = &descriptor->bins_large[i]; local
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...]

Completed in 113 milliseconds