Home
last modified time | relevance | path

Searched refs:cache_bin_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h43 typedef struct cache_bin_s cache_bin_t; typedef
75 cache_bin_t *bins_small;
76 cache_bin_t *bins_large;
81 cache_bin_t *bins_small, cache_bin_t *bins_large) { in cache_bin_array_descriptor_init()
88 cache_bin_alloc_easy(cache_bin_t *bin, bool *success) { in cache_bin_alloc_easy()
H A Dtcache_externs.h33 cache_bin_t *tbin, szind_t binind, bool *tcache_success);
34 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
36 void tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,
H A Dtcache_structs.h24 cache_bin_t bins_small[NBINS];
50 cache_bin_t bins_large[NSIZES-NBINS];
H A Dtcache_inlines.h45 cache_bin_t *bin; in tcache_alloc_small()
107 cache_bin_t *bin; in tcache_alloc_large()
166 cache_bin_t *bin; in tcache_dalloc_small()
191 cache_bin_t *bin; in tcache_dalloc_large()
H A Djemalloc_internal_inlines_a.h109 JEMALLOC_ALWAYS_INLINE cache_bin_t *
115 JEMALLOC_ALWAYS_INLINE cache_bin_t *
H A Darena_externs.h48 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c43 cache_bin_t *tbin; in tcache_event_hard()
89 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard()
104 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small()
189 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large()
366 memset(tcache->bins_small, 0, sizeof(cache_bin_t) * NBINS); in tcache_init()
367 memset(tcache->bins_large, 0, sizeof(cache_bin_t) * (nhbins - NBINS)); in tcache_init()
462 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache()
470 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache()
537 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge()
545 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge()
H A Darena.c160 cache_bin_t *tbin = &descriptor->bins_small[i]; in arena_stats_merge()
165 cache_bin_t *tbin = &descriptor->bins_large[i]; in arena_stats_merge()
1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()