Searched defs:tbin (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | tcache.c | 44 cache_bin_t *tbin; tcache_event_hard() local 90 tcache_alloc_small_hard(tsdn_t * tsdn,arena_t * arena,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,bool * tcache_success) tcache_alloc_small_hard() argument 106 tbin_extents_lookup_size_check(tsdn_t * tsdn,cache_bin_t * tbin,szind_t binind,size_t nflush,extent_t ** extents) tbin_extents_lookup_size_check() argument 134 tcache_bin_flush_small(tsd_t * tsd,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,unsigned rem) tcache_bin_flush_small() argument 230 tcache_bin_flush_large(tsd_t * tsd,cache_bin_t * tbin,szind_t binind,unsigned rem,tcache_t * tcache) tcache_bin_flush_large() argument 516 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); tcache_flush_cache() local 524 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); tcache_flush_cache() local 608 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); tcache_stats_merge() local 617 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); tcache_stats_merge() local
|
H A D | arena.c | 204 cache_bin_t *tbin = &descriptor->bins_small[i]; arena_stats_merge() local 209 cache_bin_t *tbin = &descriptor->bins_large[i]; arena_stats_merge() local 1382 arena_tcache_fill_small(tsdn_t * tsdn,arena_t * arena,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,uint64_t prof_accumbytes) arena_tcache_fill_small() argument
|