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

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h6 typedef struct tcache_s tcache_t; typedef in typeref:struct:tcache_s
13 #define TCACHE_STATE_DISABLED ((tcache_t *)(uintptr_t)1)
14 #define TCACHE_STATE_REINCARNATED ((tcache_t *)(uintptr_t)2)
15 #define TCACHE_STATE_PURGATORY ((tcache_t *)(uintptr_t)3)
67 * Read-only information associated with each element of tcache_t's tbins array
83 ql_elm(tcache_t) link; /* Used for aggregating stats. */
116 void tcache_event_hard(tcache_t *tcache);
117 void *tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin,
120 tcache_t *tcache);
122 tcache_t *tcach
[all...]
H A Darena.h327 ql_head(tcache_t) tcache_ql;
1067 tcache_t *tcache;
1142 tcache_t *tcache;
/external/jemalloc/src/
H A Dtcache.c7 malloc_tsd_data(, tcache, tcache_t *, NULL)
28 tcache_event_hard(tcache_t *tcache)
68 tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind)
83 tcache_t *tcache)
164 tcache_t *tcache)
242 tcache_arena_associate(tcache_t *tcache, arena_t *arena)
256 tcache_arena_dissociate(tcache_t *tcache)
268 tcache_t *
269 tcache_get_hard(tcache_t *tcache, bool create)
308 tcache_t *
[all...]
H A Djemalloc.c221 tcache_t *tcache;
H A Dctl.c1215 tcache_t *tcache;

Completed in 907 milliseconds