Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtcache.c44 cache_bin_t *tbin; in tcache_event_hard() local
90 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard()
106 tbin_extents_lookup_size_check(tsdn_t *tsdn, cache_bin_t *tbin, szind_t binind, in tbin_extents_lookup_size_check()
134 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small()
230 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large()
516 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache() local
524 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache() local
608 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge() local
617 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge() local
H A Darena.c204 cache_bin_t *tbin = &descriptor->bins_small[i]; in arena_stats_merge() local
209 cache_bin_t *tbin = &descriptor->bins_large[i]; in arena_stats_merge() local
1382 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()