Searched defs:tbin (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/jemalloc/src/ |
| HD | tcache.c | 36 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard() local 75 tcache_bin_t *tbin, szind_t binind) in tcache_alloc_small_hard() 89 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, in tcache_bin_flush_small() 169 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large() 354 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 366 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 417 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local 426 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local
|
| HD | arena.c | 1989 arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin, szind_t binind, in arena_tcache_fill_small()
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | tcache.h | 250 tcache_alloc_easy(tcache_bin_t *tbin) in tcache_alloc_easy() 272 tcache_bin_t *tbin; in tcache_alloc_small() local 317 tcache_bin_t *tbin; in tcache_alloc_large() local 365 tcache_bin_t *tbin; in tcache_dalloc_small() local 390 tcache_bin_t *tbin; in tcache_dalloc_large() local
|
| /NextBSD/contrib/gcc/ |
| HD | ggc-zone.c | 1096 size_t tbin = zone->high_free_bin; in ggc_alloc_zone_stat() local
|