Home
last modified time | relevance | path

Searched refs:bin_info_t (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dbin.h33 typedef struct bin_info_s bin_info_t; typedef
51 extern const bin_info_t bin_infos[NBINS];
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 *);
/external/jemalloc_new/test/unit/
Dslab.c9 const bin_info_t *bin_info = &bin_infos[binind]; in TEST_BEGIN()
Djunk.c18 arena_dalloc_junk_small_intercept(void *ptr, const bin_info_t *bin_info) { in arena_dalloc_junk_small_intercept()
/external/jemalloc_new/src/
Dbin.c7 const bin_info_t bin_infos[NBINS] = {
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()
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()
Dandroid_je_iterate.c49 const bin_info_t* bin_info = &bin_infos[binind]; in je_iterate()