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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_externs.h7 extern cache_bin_info_t *tcache_bin_info;
H A Dtcache_inlines.h177 bin_info = &tcache_bin_info[binind];
203 bin_info = &tcache_bin_info[binind];
H A Dprivate_namespace.h374 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
/freebsd-13-stable/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];
425 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
435 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *);
555 (uintptr_t)tcache_bin_info[0].ncached_max * sizeof(void *));
749 /* Initialize tcache_bin_info. */
750 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins
752 if (tcache_bin_info == NULL) {
759 tcache_bin_info[i].ncached_max =
763 tcache_bin_info[
[all...]
H A Darena.c1394 for (i = 0, nfill = (tcache_bin_info[binind].ncached_max >>
H A Djemalloc.c2834 cache_bin_info_t *bin_info = &tcache_bin_info[alloc_ctx.szind];

Completed in 157 milliseconds