Searched defs:tcache_s (Results 1 – 1 of 1) sorted by relevance
95 struct tcache_s { struct97 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */98 ticker_t gc_ticker; /* Drives incremental GC. */99 szind_t next_gc_bin; /* Next bin to GC. */100 tcache_bin_t tbins[1]; /* Dynamically sized. */