Searched defs:binind (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | tcache_inlines.h | 43 UNUSED size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small() 105 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_large() 164 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_small() 189 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_large()
|
| H A D | jemalloc_internal_inlines_a.h | 110 tcache_small_bin_get(tcache_t *tcache, szind_t binind) { in tcache_small_bin_get() 116 tcache_large_bin_get(tcache_t *tcache, szind_t binind) { in tcache_large_bin_get()
|
| H A D | jemalloc_internal_inlines_c.h | 230 szind_t binind = extent_szind_get(slab); in iget_defrag_hint() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | slab.c | 4 szind_t binind; in TEST_BEGIN() local
|
| H A D | pack.c | 53 unsigned binind = binind_compute(); in nregs_per_run_compute() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | tcache.c | 41 szind_t binind = tcache->next_gc_bin; in tcache_event_hard() local 89 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard() 105 szind_t binind, unsigned rem) { 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()
|
| H A D | arena.c | 243 arena_slab_regind(extent_t *slab, szind_t binind, const void *ptr) { in arena_slab_regind() 265 szind_t binind = extent_szind_get(slab); in arena_slab_reg_dalloc() local 1115 arena_slab_alloc(tsdn_t *tsdn, arena_t *arena, szind_t binind, in arena_slab_alloc() 1153 szind_t binind) { in arena_bin_nonfull_slab_get() 1196 szind_t binind) { in arena_bin_malloc_hard() 1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small() 1317 arena_malloc_small(tsdn_t *tsdn, arena_t *arena, szind_t binind, bool zero) { in arena_malloc_small() 1470 szind_t binind = extent_szind_get(slab); in arena_dissociate_bin_slab() local 1532 szind_t binind = extent_szind_get(slab); in arena_dalloc_bin_locked_impl() local 1564 szind_t binind = extent_szind_get(extent); in arena_dalloc_bin() local
|