Home
last modified time | relevance | path

Searched refs:tbins (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dtcache.c36 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard()
319 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()
335 tcache->tbins[i].lg_fill_div = 1; in tcache_create()
336 tcache->tbins[i].avail = (void **)((uintptr_t)tcache + in tcache_create()
354 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
366 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
417 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
426 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h93 tcache_bin_t tbins[1]; /* Dynamically sized. */ member
288 tbin = &tcache->tbins[binind]; in tcache_alloc_small()
335 tbin = &tcache->tbins[binind]; in tcache_alloc_large()
385 tbin = &tcache->tbins[binind]; in tcache_dalloc_small()
414 tbin = &tcache->tbins[binind]; in tcache_dalloc_large()