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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c737 typedef struct tcache_s tcache_t; typedef in typeref:struct:tcache_s
756 ql_head(tcache_t) tcache_ql;
857 ql_elm(tcache_t) link; /* Used for aggregating stats. */
1121 static __thread tcache_t *tcache_tls TLS_MODEL;
1258 static void tcache_bin_fill(tcache_t *tcache, tcache_bin_t *tbin,
1260 static void *tcache_alloc_hard(tcache_t *tcache, tcache_bin_t *tbin,
1284 void *ptr, arena_chunk_map_t *mapelm, tcache_t *tcache);
1296 static void tcache_bin_destroy(tcache_t *tcache, tcache_bin_t *tbin,
1299 static void tcache_stats_merge(tcache_t *tcache, arena_t *arena);
1301 static tcache_t *tcache_creat
[all...]

Completed in 139 milliseconds