Home
last modified time | relevance | path

Searched refs:tcache_large_bin_get (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_inlines.h111 bin = tcache_large_bin_get(tcache, binind); in tcache_alloc_large()
202 bin = tcache_large_bin_get(tcache, binind); in tcache_dalloc_large()
HDjemalloc_internal_inlines_a.h118 tcache_large_bin_get(tcache_t *tcache, szind_t binind) { in tcache_large_bin_get() function
/freebsd-13-stable/contrib/jemalloc/src/
HDtcache.c48 tbin = tcache_large_bin_get(tcache, binind); in tcache_event_hard()
436 tcache_large_bin_get(tcache, i)->avail = in tcache_init()
524 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache()
617 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge()