Searched refs:bin_info_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | bin.c | 9 bin_info_t bin_infos[SC_NBINS]; 13 bin_info_t bin_infos[SC_NBINS]) { in bin_infos_init() 15 bin_info_t *bin_info = &bin_infos[i]; in bin_infos_init()
|
H A D | arena.c | 271 arena_slab_reg_alloc(extent_t *slab, const bin_info_t *bin_info) { in arena_slab_reg_alloc() 287 arena_slab_reg_alloc_batch(extent_t *slab, const bin_info_t *bin_info, in arena_slab_reg_alloc_batch() 361 const bin_info_t *bin_info = &bin_infos[binind]; in arena_slab_reg_dalloc() 1207 extent_hooks_t **r_extent_hooks, const bin_info_t *bin_info, in arena_slab_alloc_hard() 1230 const bin_info_t *bin_info) { in arena_slab_alloc() 1269 const bin_info_t *bin_info; in arena_bin_nonfull_slab_get() 1311 const bin_info_t *bin_info; in arena_bin_malloc_hard() 1446 arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, bool zero) { in arena_alloc_junk_small() 1453 arena_dalloc_junk_small_impl(void *ptr, const bin_info_t *bin_info) { in arena_dalloc_junk_small_impl() 1628 const bin_info_t *bin_info = &bin_infos[binind]; in arena_dissociate_bin_slab() [all …]
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | bin.h | 35 typedef struct bin_info_s bin_info_t; typedef 56 extern bin_info_t bin_infos[SC_NBINS];
|
H A D | arena_externs.h | 53 void arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, 56 typedef void (arena_dalloc_junk_small_t)(void *, const bin_info_t *);
|