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

/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.c1258 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,
1296 static void tcache_bin_destroy(tcache_t *tcache, tcache_bin_t *tbin,
3293 tcache_bin_t *tbin = tcache->tbins[binind]; local
3295 if (tbin != NULL) {
3296 if (tbin->high_water == 0) {
3299 * entire GC cycle, so throw away the tbin.
3301 assert(tbin->ncached == 0);
3302 tcache_bin_destroy(tcache, tbin, binin
3327 tcache_bin_alloc(tcache_bin_t *tbin) argument
3339 tcache_bin_fill(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) argument
3391 tcache_bin_t *tbin; local
3432 tcache_alloc_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) argument
4147 tcache_bin_flush(tcache_bin_t *tbin, size_t binind, unsigned rem) argument
4217 tcache_bin_t *tbin; local
4769 tcache_bin_destroy(tcache_t *tcache, tcache_bin_t *tbin, unsigned binind) argument
4814 tcache_bin_t *tbin = tcache->tbins[i]; local
4823 tcache_bin_t *tbin = tcache->tbins[i]; local
4883 tcache_bin_t *tbin = tcache->tbins[i]; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dggc-zone.c1096 size_t tbin = zone->high_free_bin; local
1097 chunk = zone->free_chunks[tbin];
1100 zone->free_chunks[tbin] = chunk->next_free;
1110 zone->cached_free_size = (tbin - bin) * FREE_BIN_DELTA;

Completed in 202 milliseconds