Home
last modified time | relevance | path

Searched defs:binind (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dtcache_inlines.h43 UNUSED size_t size, szind_t binind, bool zero, bool slow_path) { in tcache_alloc_small()
107 szind_t binind, bool zero, bool slow_path) { in tcache_alloc_large()
168 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_small()
193 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_large()
H A Djemalloc_internal_inlines_a.h110 tcache_small_bin_get(tcache_t *tcache, szind_t binind) { in tcache_small_bin_get()
116 tcache_large_bin_get(tcache_t *tcache, szind_t binind) { in tcache_large_bin_get()
/aosp_15_r20/external/jemalloc_new/src/
H A Darena.c257 arena_slab_regind(extent_t *slab, szind_t binind, const void *ptr) { in arena_slab_regind()
279 szind_t binind = extent_szind_get(slab); in arena_slab_reg_dalloc() local
1141 arena_slab_alloc(tsdn_t *tsdn, arena_t *arena, szind_t binind, in arena_slab_alloc()
1179 szind_t binind) { in arena_bin_nonfull_slab_get()
1224 szind_t binind) { in arena_bin_malloc_hard()
1279 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()
1351 arena_malloc_small(tsdn_t *tsdn, arena_t *arena, szind_t binind, bool zero) { in arena_malloc_small()
1508 szind_t binind = extent_szind_get(slab); in arena_dissociate_bin_slab() local
1574 szind_t binind = extent_szind_get(slab); in arena_dalloc_bin_locked_impl() local
1606 szind_t binind = extent_szind_get(extent); in arena_dalloc_bin() local
H A Dtcache.c45 szind_t binind = tcache->next_gc_bin; in tcache_event_hard() local
93 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard()
109 szind_t binind, unsigned rem) { in tcache_bin_flush_small()
201 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large()
H A Dandroid_je_iterate.c48 szind_t binind = extent_szind_get(extent); in je_malloc_iterate() local
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dslab.c4 szind_t binind; in TEST_BEGIN() local
H A Dpack.c53 unsigned binind = binind_compute(); in nregs_per_run_compute() local