Lines Matching full:bins
36 * individual bin. The cache bins track their bounds looking just at the low
130 * associated bins, we keep (with the tcache) a linked list of
131 * cache_bin_array_descriptor_ts that tell the arena how to find the bins.
136 * The arena keeps a list of the cache bins associated with it, for
140 /* Pointers to the tcache bins. */
141 cache_bin_t *bins;
146 cache_bin_t *bins) {
148 descriptor->bins = bins;
650 * Actually initialize some cache bins. Callers should allocate the backing