Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h80 struct tcache_bin_s { struct
81 tcache_bin_stats_t tstats; argument
82 int low_water; /* Min # cached since last GC. */
83 unsigned lg_fill_div; /* Fill (ncached_max >> lg_fill_div). */
84 unsigned ncached; /* # of cached objects. */
92 void **avail; /* Stack of available objects. */