Home
last modified time | relevance | path

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 Dbin.h33 typedef struct bin_info_s bin_info_t; typedef
51 extern const bin_info_t bin_infos[NBINS];
H A Darena_externs.h49 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 Djemalloc_internal_inlines_c.h235 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 Dslab.c9 const bin_info_t *bin_info = &bin_infos[binind]; in TEST_BEGIN()
H A Djunk.c18 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 Dbin.c7 const bin_info_t bin_infos[NBINS] = {
H A Darena.c224 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()