Searched defs:bin_info (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tcache_inlines.h | 167 cache_bin_info_t *bin_info; tcache_dalloc_small() local 192 cache_bin_info_t *bin_info; tcache_dalloc_large() local
|
H A D | cache_bin.h | 120 cache_bin_dalloc_easy(cache_bin_t * bin,cache_bin_info_t * bin_info,void * ptr) cache_bin_dalloc_easy() argument
|
/freebsd/contrib/jemalloc/src/ |
H A D | arena.c | 271 arena_slab_reg_alloc(extent_t * slab,const bin_info_t * bin_info) arena_slab_reg_alloc() argument 287 arena_slab_reg_alloc_batch(extent_t * slab,const bin_info_t * bin_info,unsigned cnt,void ** ptrs) arena_slab_reg_alloc_batch() argument 361 const bin_info_t *bin_info = &bin_infos[binind]; arena_slab_reg_dalloc() local 1207 arena_slab_alloc_hard(tsdn_t * tsdn,arena_t * arena,extent_hooks_t ** r_extent_hooks,const bin_info_t * bin_info,szind_t szind) arena_slab_alloc_hard() argument 1230 arena_slab_alloc(tsdn_t * tsdn,arena_t * arena,szind_t binind,unsigned binshard,const bin_info_t * bin_info) arena_slab_alloc() argument 1269 const bin_info_t *bin_info; arena_bin_nonfull_slab_get() local 1311 const bin_info_t *bin_info; arena_bin_malloc_hard() local 1446 arena_alloc_junk_small(void * ptr,const bin_info_t * bin_info,bool zero) arena_alloc_junk_small() argument 1453 arena_dalloc_junk_small_impl(void * ptr,const bin_info_t * bin_info) arena_dalloc_junk_small_impl() argument 1628 const bin_info_t *bin_info = &bin_infos[binind]; arena_dissociate_bin_slab() local 1689 const bin_info_t *bin_info = &bin_infos[binind]; arena_dalloc_bin_locked_impl() local [all...] |
H A D | bin.c | 15 bin_info_t *bin_info = &bin_infos[i]; bin_infos_init() local
|
H A D | jemalloc.c | 2834 cache_bin_info_t *bin_info = &tcache_bin_info[alloc_ctx.szind]; free_fastpath() local
|