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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c844 typedef struct tcache_bin_s tcache_bin_t; typedef in typeref:struct:tcache_bin_s
862 tcache_bin_t *tbins[1]; /* Dynamically sized. */
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,
1277 static void tcache_bin_flush(tcache_bin_t *tbin, size_t binind,
1295 static tcache_bin_t *tcache_bin_create(arena_t *arena);
1296 static void tcache_bin_destroy(tcache_t *tcache, tcache_bin_t *tbin,
3293 tcache_bin_t *tbin = tcache->tbins[binind];
3327 tcache_bin_alloc(tcache_bin_t *tbin)
3339 tcache_bin_fill(tcache_t *tcache, tcache_bin_t *tbi
[all...]

Completed in 48 milliseconds