Searched defs:tbin (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/src/ |
D | tcache.c | 31 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard() local 68 tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind) in tcache_alloc_small_hard() 82 tcache_bin_flush_small(tcache_bin_t *tbin, size_t binind, unsigned rem, in tcache_bin_flush_small() 163 tcache_bin_flush_large(tcache_bin_t *tbin, size_t binind, unsigned rem, in tcache_bin_flush_large() 364 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 377 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 453 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local 462 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local
|
D | arena.c | 1554 arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin, size_t binind, in arena_tcache_fill_small()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 244 tcache_alloc_easy(tcache_bin_t *tbin) in tcache_alloc_easy() 264 tcache_bin_t *tbin; in tcache_alloc_small() local 307 tcache_bin_t *tbin; in tcache_alloc_large() local 355 tcache_bin_t *tbin; in tcache_dalloc_small() local 380 tcache_bin_t *tbin; in tcache_dalloc_large() local
|