Searched defs:tbin (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/src/ |
D | tcache.c | 36 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard() local 75 tcache_bin_t *tbin, index_t binind) in tcache_alloc_small_hard() 89 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, in tcache_bin_flush_small() 169 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, index_t binind, in tcache_bin_flush_large() 354 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 366 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 417 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local 426 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local
|
D | arena.c | 1803 arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin, index_t binind, in arena_tcache_fill_small()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 262 tcache_alloc_easy(tcache_bin_t *tbin) in tcache_alloc_easy() 284 tcache_bin_t *tbin; in tcache_alloc_small() local 329 tcache_bin_t *tbin; in tcache_alloc_large() local 377 tcache_bin_t *tbin; in tcache_dalloc_small() local 402 tcache_bin_t *tbin; in tcache_dalloc_large() local
|