Searched defs:tcache_bin_s (Results 1 – 1 of 1) sorted by relevance
62 struct tcache_bin_s { struct63 tcache_bin_stats_t tstats; argument64 int low_water; /* Min # cached since last GC. */65 unsigned lg_fill_div; /* Fill (ncached_max >> lg_fill_div). */66 unsigned ncached; /* # of cached objects. */67 void **avail; /* Stack of available objects. */