Searched defs:tcache_t (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h6 typedef struct tcache_s tcache_t; typedef in typeref:struct:tcache_s
14 #define TCACHE_STATE_DISABLED ((tcache_t *)(uintptr_t)1)
15 #define TCACHE_STATE_REINCARNATED ((tcache_t *)(uintptr_t)2)
16 #define TCACHE_STATE_PURGATORY ((tcache_t *)(uintptr_t)3)
73 * Read-only information associated with each element of tcache_t's tbins array
96 ql_elm(tcache_t) link; /* Used for aggregating stats. */
112 tcache_t *tcache;
146 void tcache_event_hard(tsd_t *tsd, tcache_t *tcache);
147 void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
149 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcach
[all...]

Completed in 121 milliseconds