Searched defs:binind (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tcache_inlines.h | 43 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 | 112 tcache_small_bin_get(tcache_t *tcache, szind_t binind) { in tcache_small_bin_get() 118 tcache_large_bin_get(tcache_t *tcache, szind_t binind) { in tcache_large_bin_get()
|
/freebsd/contrib/jemalloc/src/ |
H A D | tcache.c | 42 szind_t binind = tcache->next_gc_bin; in tcache_event_hard() local 90 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard() 106 tbin_extents_lookup_size_check(tsdn_t *tsdn, cache_bin_t *tbin, szind_t binind, in tbin_extents_lookup_size_check() 135 szind_t binind, unsigned rem) { in tcache_bin_flush_small() 230 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large()
|
H A D | arena.c | 338 arena_slab_regind(extent_t *slab, szind_t binind, const void *ptr) { in arena_slab_regind() 360 szind_t binind = extent_szind_get(slab); in arena_slab_reg_dalloc() local 1229 arena_slab_alloc(tsdn_t *tsdn, arena_t *arena, szind_t binind, unsigned binshard, in arena_slab_alloc() 1267 szind_t binind, unsigned binshard) { in arena_bin_nonfull_slab_get() 1310 szind_t binind, unsigned binshard) { in arena_bin_malloc_hard() 1365 arena_bin_choose_lock(tsdn_t *tsdn, arena_t *arena, szind_t binind, in arena_bin_choose_lock() 1382 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small() 1460 arena_malloc_small(tsdn_t *tsdn, arena_t *arena, szind_t binind, bool zero) { in arena_malloc_small() 1627 szind_t binind = extent_szind_get(slab); in arena_dissociate_bin_slab() local 1687 szind_t binind, extent_t *slab, void *ptr, bool junked) { in arena_dalloc_bin_locked_impl() [all …]
|