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 74 tcache_bin_t *tbin, szind_t binind, bool *tcache_success) in tcache_alloc_small_hard() 88 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, szind_t binind, in tcache_bin_flush_large() 363 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 375 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 426 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local 435 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local
|
D | arena.c | 2206 arena_tcache_fill_small(tsd_t *tsd, arena_t *arena, tcache_bin_t *tbin, in arena_tcache_fill_small()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 267 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy() 298 tcache_bin_t *tbin; in tcache_alloc_small() local 357 tcache_bin_t *tbin; in tcache_alloc_large() local 418 tcache_bin_t *tbin; in tcache_dalloc_small() local 444 tcache_bin_t *tbin; in tcache_dalloc_large() local
|