Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dtcache.c128 cache_bin_t *cache_bin = &tcache->bins[szind]; in tcache_gc_small() local
166 cache_bin_t *cache_bin = &tcache->bins[szind]; in tcache_gc_large() local
185 cache_bin_t *cache_bin = &tcache->bins[szind]; in tcache_event() local
230 tcache_t *tcache, cache_bin_t *cache_bin, szind_t binind, in tcache_alloc_small_hard()
309 tcache_bin_flush_impl(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin, in tcache_bin_flush_impl()
506 tcache_bin_flush_bottom(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin, in tcache_bin_flush_bottom()
527 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin, in tcache_bin_flush_small()
533 tcache_bin_flush_large(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin, in tcache_bin_flush_large()
549 tcache_bin_flush_stashed(tsd_t *tsd, tcache_t *tcache, cache_bin_t *cache_bin, in tcache_bin_flush_stashed()
680 cache_bin_t *cache_bin = &tcache->bins[i]; in tcache_init() local
[all …]
H A Darena.c158 cache_bin_t *cache_bin = &descriptor->bins[i]; in arena_stats_merge() local
929 cache_bin_t *cache_bin, cache_bin_info_t *cache_bin_info, szind_t binind, in arena_cache_bin_fill_small()