Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtcache.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 …]
H A Darena.c1394 for (i = 0, nfill = (tcache_bin_info[binind].ncached_max >> in arena_tcache_fill_small()
H A Djemalloc.c2834 cache_bin_info_t *bin_info = &tcache_bin_info[alloc_ctx.szind]; in free_fastpath()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h177 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_small()
203 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_large()
H A Dtcache_externs.h7 extern cache_bin_info_t *tcache_bin_info;
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h374 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro