Searched refs:tcache_bin_t (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 5 typedef struct tcache_bin_s tcache_bin_t; typedef 93 tcache_bin_t tbins[1]; /* Dynamically sized. */ 141 tcache_bin_t *tbin, index_t binind); 142 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, 144 void tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, index_t binind, 170 void *tcache_alloc_easy(tcache_bin_t *tbin); 262 tcache_alloc_easy(tcache_bin_t *tbin) in tcache_alloc_easy() 284 tcache_bin_t *tbin; in tcache_alloc_small() 329 tcache_bin_t *tbin; in tcache_alloc_large() 377 tcache_bin_t *tbin; in tcache_dalloc_small() [all …]
|
D | arena.h | 444 void arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin,
|
/external/jemalloc/src/ |
D | tcache.c | 36 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard() 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() 319 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create() 354 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() 366 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() 417 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() 426 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
|
D | arena.c | 1803 arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin, index_t binind, in arena_tcache_fill_small()
|