Home
last modified time | relevance | path

Searched refs:bins_large (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dcache_bin.h79 cache_bin_t *bins_large; member
84 cache_bin_t *bins_small, cache_bin_t *bins_large) { in cache_bin_array_descriptor_init() argument
87 descriptor->bins_large = bins_large; in cache_bin_array_descriptor_init()
Dtcache_structs.h50 cache_bin_t bins_large[NSIZES-NBINS]; member
Djemalloc_internal_inlines_a.h118 return &tcache->bins_large[binind - NBINS]; in tcache_large_bin_get()
/external/jemalloc_new/src/
Dtcache.c313 tcache->bins_large); in tcache_arena_associate()
381 memset(tcache->bins_large, 0, sizeof(cache_bin_t) * (nhbins - NBINS)); in tcache_init()
Darena.c165 cache_bin_t *tbin = &descriptor->bins_large[i]; in arena_stats_merge()
2026 tcache->bins_small, tcache->bins_large); in arena_postfork_child()