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()
320 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()
339 tcache->tbins[i].lg_fill_div = 1; in tcache_create()
346 tcache->tbins[i].avail = (void **)((uintptr_t)tcache + in tcache_create()
363 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
375 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
426 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
435 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h100 tcache_bin_t tbins[1]; /* Dynamically sized. */ member
303 tbin = &tcache->tbins[binind]; in tcache_alloc_small()
361 tbin = &tcache->tbins[binind]; in tcache_alloc_large()
426 tbin = &tcache->tbins[binind]; in tcache_dalloc_small()
456 tbin = &tcache->tbins[binind]; in tcache_dalloc_large()