Deleted Added
full compact
35c35
< index_t binind = tcache->next_gc_bin;
---
> szind_t binind = tcache->next_gc_bin;
75c75
< tcache_bin_t *tbin, index_t binind)
---
> tcache_bin_t *tbin, szind_t binind)
90c90
< index_t binind, unsigned rem)
---
> szind_t binind, unsigned rem)
169c169
< tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, index_t binind,
---
> tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind,
499c499
< * If necessary, clamp opt_lg_tcache_max, now that arena_maxclass is
---
> * If necessary, clamp opt_lg_tcache_max, now that large_maxclass is
504,505c504,505
< else if ((1U << opt_lg_tcache_max) > arena_maxclass)
< tcache_maxclass = arena_maxclass;
---
> else if ((1U << opt_lg_tcache_max) > large_maxclass)
> tcache_maxclass = large_maxclass;