Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c10 tcache_bin_info_t *tcache_bin_info; variable
41 tcache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
347 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_create()
573 tcache_bin_info = (tcache_bin_info_t *)base_alloc(tsdn, nhbins * in tcache_boot()
575 if (tcache_bin_info == NULL) in tcache_boot()
580 tcache_bin_info[i].ncached_max = in tcache_boot()
584 tcache_bin_info[i].ncached_max = in tcache_boot()
587 tcache_bin_info[i].ncached_max = in tcache_boot()
590 stack_nelms += tcache_bin_info[i].ncached_max; in tcache_boot()
593 tcache_bin_info[i].ncached_max = TCACHE_NSLOTS_LARGE; in tcache_boot()
[all …]
Darena.c2417 for (i = 0, nfill = (tcache_bin_info[binind].ncached_max >> in arena_tcache_fill_small()
/external/jemalloc_new/src/
Dtcache.c19 cache_bin_info_t *tcache_bin_info; variable
65 cache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
385 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
395 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
518 (uintptr_t)tcache_bin_info[0].ncached_max * sizeof(void *)); in tcache_destroy()
689 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
691 if (tcache_bin_info == NULL) { in tcache_boot()
698 tcache_bin_info[i].ncached_max = in tcache_boot()
702 tcache_bin_info[i].ncached_max = in tcache_boot()
705 tcache_bin_info[i].ncached_max = in tcache_boot()
[all …]
Darena.c1262 for (i = 0, nfill = (tcache_bin_info[binind].ncached_max >> in arena_tcache_fill_small()
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h180 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_small()
206 bin_info = &tcache_bin_info[binind]; in tcache_dalloc_large()
Dtcache_externs.h9 extern cache_bin_info_t *tcache_bin_info;
Dprivate_namespace_jet.h348 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
Dprivate_namespace.h341 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
/external/jemalloc/include/jemalloc/internal/
Dtcache.h124 extern tcache_bin_info_t *tcache_bin_info;
429 tbin_info = &tcache_bin_info[binind]; in tcache_dalloc_small()
459 tbin_info = &tcache_bin_info[binind]; in tcache_dalloc_large()
Dprivate_symbols.txt517 tcache_bin_info
Dprivate_namespace.h517 #define tcache_bin_info JEMALLOC_N(tcache_bin_info) macro
Dprivate_unnamespace.h517 #undef tcache_bin_info