Searched refs:bin_info_t (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | bin.h | 33 typedef struct bin_info_s bin_info_t; typedef 51 extern const bin_info_t bin_infos[NBINS];
|
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 *);
|
/external/jemalloc_new/test/unit/ |
D | slab.c | 9 const bin_info_t *bin_info = &bin_infos[binind]; in TEST_BEGIN()
|
D | junk.c | 18 arena_dalloc_junk_small_intercept(void *ptr, const bin_info_t *bin_info) { in arena_dalloc_junk_small_intercept()
|
/external/jemalloc_new/src/ |
D | bin.c | 7 const bin_info_t bin_infos[NBINS] = {
|
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() 1307 arena_alloc_junk_small(void *ptr, const bin_info_t *bin_info, bool zero) { in arena_alloc_junk_small() 1314 arena_dalloc_junk_small_impl(void *ptr, const bin_info_t *bin_info) { in arena_dalloc_junk_small_impl() 1475 const bin_info_t *bin_info = &bin_infos[binind]; in arena_dissociate_bin_slab() 1538 const bin_info_t *bin_info = &bin_infos[binind]; in arena_dalloc_bin_locked_impl()
|
D | android_je_iterate.c | 49 const bin_info_t* bin_info = &bin_infos[binind]; in je_iterate()
|