Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c40 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard()
327 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()
346 tcache->tbins[i].lg_fill_div = 1; in tcache_create()
353 tcache->tbins[i].avail = (void **)((uintptr_t)tcache + in tcache_create()
370 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
382 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
434 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
443 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
304 tbin = &tcache->tbins[binind]; in tcache_alloc_small()
362 tbin = &tcache->tbins[binind]; in tcache_alloc_large()
428 tbin = &tcache->tbins[binind]; in tcache_dalloc_small()
458 tbin = &tcache->tbins[binind]; in tcache_dalloc_large()