Searched defs:tbin (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/src/ |
D | tcache.c | 40 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard() local 78 tcache_bin_t *tbin, szind_t binind, bool *tcache_success) in tcache_alloc_small_hard() 92 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, in tcache_bin_flush_small() 174 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large() 370 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 382 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() local 434 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local 443 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() local
|
D | arena.c | 2405 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_bin_t *tbin, in arena_tcache_fill_small()
|
/external/jemalloc_new/src/ |
D | tcache.c | 47 cache_bin_t *tbin; in tcache_event_hard() local 93 cache_bin_t *tbin, szind_t binind, bool *tcache_success) { in tcache_alloc_small_hard() 108 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small() 197 tcache_bin_flush_large(tsd_t *tsd, cache_bin_t *tbin, szind_t binind, in tcache_bin_flush_large() 476 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_flush_cache() local 486 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_flush_cache() local 556 cache_bin_t *tbin = tcache_small_bin_get(tcache, i); in tcache_stats_merge() local 564 cache_bin_t *tbin = tcache_large_bin_get(tcache, i); in tcache_stats_merge() local
|
D | arena.c | 160 cache_bin_t *tbin = &descriptor->bins_small[i]; in arena_stats_merge() local 165 cache_bin_t *tbin = &descriptor->bins_large[i]; in arena_stats_merge() local 1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 268 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy() 299 tcache_bin_t *tbin; in tcache_alloc_small() local 358 tcache_bin_t *tbin; in tcache_alloc_large() local 420 tcache_bin_t *tbin; in tcache_dalloc_small() local 446 tcache_bin_t *tbin; in tcache_dalloc_large() local
|