Lines Matching refs:tcache_bin_t
5 typedef struct tcache_bin_s tcache_bin_t; typedef
100 tcache_bin_t tbins[1]; /* Dynamically sized. */
148 tcache_bin_t *tbin, szind_t binind, bool *tcache_success);
149 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin,
151 void tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind,
177 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);
267 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy()
298 tcache_bin_t *tbin; in tcache_alloc_small()
357 tcache_bin_t *tbin; in tcache_alloc_large()
418 tcache_bin_t *tbin; in tcache_dalloc_small()
444 tcache_bin_t *tbin; in tcache_dalloc_large()