Home
last modified time | relevance | path

Searched refs:cache_bin_info_t (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h171 cache_bin_info_t *bin_info; in tcache_dalloc_small()
196 cache_bin_info_t *bin_info; in tcache_dalloc_large()
Dcache_bin.h37 typedef struct cache_bin_info_s cache_bin_info_t; typedef
Dtcache_externs.h9 extern cache_bin_info_t *tcache_bin_info;
/external/jemalloc_new/src/
Dtcache.c19 cache_bin_info_t *tcache_bin_info;
65 cache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
689 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
690 * sizeof(cache_bin_info_t), CACHELINE); in tcache_boot()