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 100 tcache_bin_t tbins[1]; /* Dynamically sized. */ 148 tcache_bin_t *tbin, szind_t binind, bool *tcache_success); 149 void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, 151 void tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, 177 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success); 267 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy() 298 tcache_bin_t *tbin; in tcache_alloc_small() 357 tcache_bin_t *tbin; in tcache_alloc_large() 418 tcache_bin_t *tbin; in tcache_dalloc_small() [all …]
|
D | arena.h | 531 void arena_tcache_fill_small(tsd_t *tsd, 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() 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() 320 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create() 363 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() 375 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy() 426 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge() 435 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
|
D | arena.c | 2206 arena_tcache_fill_small(tsd_t *tsd, arena_t *arena, tcache_bin_t *tbin, in arena_tcache_fill_small()
|