Searched refs:bin_info_t (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | bin.h | 33 typedef struct bin_info_s bin_info_t; typedef 51 extern const bin_info_t bin_infos[NBINS];
|
| H A D | arena_externs.h | 49 void arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, 52 typedef void (arena_dalloc_junk_small_t)(void *, const bin_info_t *);
|
| H A D | jemalloc_internal_inlines_c.h | 235 const bin_info_t *bin_info = &bin_infos[binind]; in iget_defrag_hint()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | slab.c | 9 const bin_info_t *bin_info = &bin_infos[binind]; in TEST_BEGIN()
|
| H A D | junk.c | 18 arena_dalloc_junk_small_intercept(void *ptr, const bin_info_t *bin_info) { in arena_dalloc_junk_small_intercept()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | bin.c | 7 const bin_info_t bin_infos[NBINS] = {
|
| H A D | arena.c | 224 arena_slab_reg_alloc(extent_t *slab, const bin_info_t *bin_info) { in arena_slab_reg_alloc() 266 const bin_info_t *bin_info = &bin_infos[binind]; in arena_slab_reg_dalloc() 1093 extent_hooks_t **r_extent_hooks, const bin_info_t *bin_info, in arena_slab_alloc_hard() 1116 const bin_info_t *bin_info) { in arena_slab_alloc() 1155 const bin_info_t *bin_info; in arena_bin_nonfull_slab_get() 1197 const bin_info_t *bin_info; in arena_bin_malloc_hard() 1303 arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, bool zero) { in arena_alloc_junk_small() 1310 arena_dalloc_junk_small_impl(void *ptr, const bin_info_t *bin_info) { in arena_dalloc_junk_small_impl() 1471 const bin_info_t *bin_info = &bin_infos[binind]; in arena_dissociate_bin_slab() 1534 const bin_info_t *bin_info = &bin_infos[binind]; in arena_dalloc_bin_locked_impl()
|