Searched defs:tbin (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/src/ |
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() 197 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large() 476 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache() local 486 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache() local 556 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge() local 564 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge() local
|
D | arena.c | 160 cache_bin_t *tbin = &descriptor->bins_small[i]; in arena_stats_merge() local 165 cache_bin_t *tbin = &descriptor->bins_large[i]; in arena_stats_merge() local 1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()
|