Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dcache_bin.h78 cache_bin_t *bins_small; member
84 cache_bin_t *bins_small, cache_bin_t *bins_large) { in cache_bin_array_descriptor_init() argument
86 descriptor->bins_small = bins_small; in cache_bin_array_descriptor_init()
Dtcache_structs.h24 cache_bin_t bins_small[NBINS]; member
Djemalloc_internal_inlines_a.h112 return &tcache->bins_small[binind]; in tcache_small_bin_get()
/external/jemalloc_new/src/
Dtcache.c312 &tcache->cache_bin_array_descriptor, tcache->bins_small, in tcache_arena_associate()
380 memset(tcache->bins_small, 0, sizeof(cache_bin_t) * NBINS); in tcache_init()
Darena.c160 cache_bin_t *tbin = &descriptor->bins_small[i]; in arena_stats_merge()
2026 tcache->bins_small, tcache->bins_large); in arena_postfork_child()