Searched refs:tcache_bin_t (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h5 typedef struct tcache_bin_s tcache_bin_t; typedef in typeref:struct:tcache_bin_s
88 tcache_bin_t tbins[1]; /* Dynamically sized. */
117 void *tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin,
119 void tcache_bin_flush_small(tcache_bin_t *tbin, size_t binind, unsigned rem,
121 void tcache_bin_flush_large(tcache_bin_t *tbin, size_t binind, unsigned rem,
146 void *tcache_alloc_easy(tcache_bin_t *tbin);
256 tcache_alloc_easy(tcache_bin_t *tbin)
276 tcache_bin_t *tbin;
319 tcache_bin_t *tbin;
367 tcache_bin_t *tbi
[all...]
H A Darena.h410 void arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin,
/external/jemalloc/src/
H A Dtcache.c31 tcache_bin_t *tbin = &tcache->tbins[binind];
68 tcache_alloc_small_hard(tcache_t *tcache, tcache_bin_t *tbin, size_t binind)
82 tcache_bin_flush_small(tcache_bin_t *tbin, size_t binind, unsigned rem,
163 tcache_bin_flush_large(tcache_bin_t *tbin, size_t binind, unsigned rem,
315 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins);
364 tcache_bin_t *tbin = &tcache->tbins[i];
377 tcache_bin_t *tbin = &tcache->tbins[i];
453 tcache_bin_t *tbin = &tcache->tbins[i];
462 tcache_bin_t *tbin = &tcache->tbins[i];
H A Darena.c1558 arena_tcache_fill_small(arena_t *arena, tcache_bin_t *tbin, size_t binind,

Completed in 504 milliseconds