Lines Matching defs:tcache
11 * The tcache state is split into the slow and hot path data. Each has a
14 * tcache, and as part of a dynamic allocation for manual allocations. Keeping
16 * splitting up the tcache [de]allocation code into those paths called with the
17 * TSD tcache and those called with a manual tcache.
26 * tcache definition. This enables arenas to aggregate stats across
27 * tcaches without having a tcache dependency.
31 /* The arena this tcache is associated with. */
52 tcache_t *tcache;
60 /* Linkage for list of available (previously used) explicit tcache IDs. */
63 tcache_t *tcache;