Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h111 bin = tcache_large_bin_get(tcache, binind); in tcache_alloc_large()
201 bin = tcache_large_bin_get(tcache, binind); in tcache_dalloc_large()
H A Djemalloc_internal_inlines_a.h116 tcache_large_bin_get(tcache_t *tcache, szind_t binind) { in tcache_large_bin_get() function
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c47 tbin = tcache_large_bin_get(tcache, binind); in tcache_event_hard()
382 tcache_large_bin_get(tcache, i)->avail = in tcache_init()
470 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache()
545 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge()