Home
last modified time | relevance | path

Searched defs:bin_info (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h167 cache_bin_info_t *bin_info; in tcache_dalloc_small() local
192 cache_bin_info_t *bin_info; in tcache_dalloc_large() local
H A Dcache_bin.h120 cache_bin_dalloc_easy(cache_bin_t *bin, cache_bin_info_t *bin_info, void *ptr) { in cache_bin_dalloc_easy()
/freebsd/contrib/jemalloc/src/
H A Darena.c271 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() local
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() local
1311 const bin_info_t *bin_info; in arena_bin_malloc_hard() local
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() local
[all …]
H A Dbin.c15 bin_info_t *bin_info = &bin_infos[i]; in bin_infos_init() local
H A Djemalloc.c2834 cache_bin_info_t *bin_info = &tcache_bin_info[alloc_ctx.szind]; in free_fastpath() local