Searched defs:binind (Results  1 – 7 of 7) sorted by relevance
| /external/jemalloc_new/include/jemalloc/internal/ | 
| D | tcache_inlines.h | 43     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()
 
 | 
| D | jemalloc_internal_inlines_a.h | 110 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()
 
 | 
| /external/jemalloc_new/test/unit/ | 
| D | slab.c | 4 	szind_t binind;  in TEST_BEGIN()  local
 | 
| D | pack.c | 53 	unsigned binind = binind_compute();  in nregs_per_run_compute()  local
 | 
| /external/jemalloc_new/src/ | 
| D | tcache.c | 45 	szind_t binind = tcache->next_gc_bin;  in tcache_event_hard()  local93     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()
 197 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind,  in tcache_bin_flush_large()
 
 | 
| D | arena.c | 243 arena_slab_regind(extent_t *slab, szind_t binind, const void *ptr) {  in arena_slab_regind()265 	szind_t binind = extent_szind_get(slab);  in arena_slab_reg_dalloc()  local
 1115 arena_slab_alloc(tsdn_t *tsdn, arena_t *arena, szind_t binind,  in arena_slab_alloc()
 1153     szind_t binind) {  in arena_bin_nonfull_slab_get()
 1196     szind_t binind) {  in arena_bin_malloc_hard()
 1251     cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) {  in arena_tcache_fill_small()
 1321 arena_malloc_small(tsdn_t *tsdn, arena_t *arena, szind_t binind, bool zero) {  in arena_malloc_small()
 1474 		szind_t binind = extent_szind_get(slab);  in arena_dissociate_bin_slab()  local
 1536 	szind_t binind = extent_szind_get(slab);  in arena_dalloc_bin_locked_impl()  local
 1568 	szind_t binind = extent_szind_get(extent);  in arena_dalloc_bin()  local
 
 | 
| D | android_je_iterate.c | 48       szind_t binind = extent_szind_get(extent);  in je_malloc_iterate()  local
 |