Searched defs:tbin (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | tcache.c | 47 cache_bin_t *tbin; in tcache_event_hard() local 93 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard() 108 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, 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() 484 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache() local 494 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache() local 564 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge() local 572 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge() local
|
H A D | arena.c | 171 cache_bin_t *tbin = &descriptor->bins_small[i]; in arena_stats_merge() local 176 cache_bin_t *tbin = &descriptor->bins_large[i]; in arena_stats_merge() local 1279 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()
|