Searched defs:tcache_s (Results 1 – 1 of 1) sorted by relevance
88 struct tcache_s { struct90 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */91 unsigned ev_cnt; /* Event count since incremental GC. */92 index_t next_gc_bin; /* Next bin to GC. */93 tcache_bin_t tbins[1]; /* Dynamically sized. */