Searched refs:tcache_small_bin_get (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | tcache.c | 46 tbin = tcache_small_bin_get(tcache, binind); in tcache_event_hard() 431 tcache_small_bin_get(tcache, i)->avail = in tcache_init() 446 assert(tcache_small_bin_get(tcache, 0)->avail == NULL); in tsd_tcache_data_init() 516 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache() 554 (void *)((uintptr_t)tcache_small_bin_get(tcache, 0)->avail - in tcache_destroy() 587 assert(tcache_small_bin_get(tcache, 0)->avail == NULL); in tcache_cleanup() 592 assert(tcache_small_bin_get(tcache, 0)->avail != NULL); in tcache_cleanup() 596 tcache_small_bin_get(tcache, 0)->avail = NULL; in tcache_cleanup() 608 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge()
|
H A D | jemalloc.c | 2373 cache_bin_t *bin = tcache_small_bin_get(tcache, ind); in JEMALLOC_ATTR() 2833 cache_bin_t *bin = tcache_small_bin_get(tcache, alloc_ctx.szind); in free_fastpath()
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_inlines_a.h | 112 tcache_small_bin_get(tcache_t *tcache, szind_t binind) { in tcache_small_bin_get() function 133 tcache_small_bin_get(tsd_tcachep_get(tsd), 0)->avail != in tcache_available()
|
H A D | tcache_inlines.h | 50 bin = tcache_small_bin_get(tcache, binind); in tcache_alloc_small() 176 bin = tcache_small_bin_get(tcache, binind); in tcache_dalloc_small()
|