Home
last modified time | relevance | path

Searched refs:tcache_bin_info (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/jemalloc/src/
HDtcache.c16 cache_bin_info_t *tcache_bin_info; variable
62 cache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
425 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
435 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
555 (uintptr_t)tcache_bin_info[0].ncached_max * sizeof(void *)); in tcache_destroy()
750 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
752 if (tcache_bin_info == NULL) { in tcache_boot()
759 tcache_bin_info[i].ncached_max = in tcache_boot()
763 tcache_bin_info[i].ncached_max = in tcache_boot()
766 tcache_bin_info[i].ncached_max = in tcache_boot()
[all …]
HDarena.c1394 for (i = 0, nfill = (tcache_bin_info[binind].ncached_max >> in arena_tcache_fill_small()
HDjemalloc.c2834 cache_bin_info_t *bin_info = &tcache_bin_info[alloc_ctx.szind]; in free_fastpath()
/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_inlines.h177 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_small()
203 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_large()
HDtcache_externs.h7 extern cache_bin_info_t *tcache_bin_info;
HDprivate_namespace.h374 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro