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

/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dtcache.c43 cache_bin_t *tbin; local
88 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, cache_bin_t *tbin, szind_t binind, bool *tcache_success) argument
104 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, szind_t binind, unsigned rem) argument
190 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, unsigned rem, tcache_t *tcache) argument
464 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); local
472 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); local
539 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); local
547 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); local
[all...]
H A Darena.c160 cache_bin_t *tbin = &descriptor->bins_small[i]; local
165 cache_bin_t *tbin = &descriptor->bins_large[i]; local
1253 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) argument
[all...]

Completed in 129 milliseconds