Home
last modified time | relevance | path

Searched defs:tcache_s (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h95 struct tcache_s { struct
97 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. */