Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h5 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,
178 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);
268 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) in tcache_alloc_easy()
299 tcache_bin_t *tbin; in tcache_alloc_small()
358 tcache_bin_t *tbin; in tcache_alloc_large()
420 tcache_bin_t *tbin; in tcache_dalloc_small()
[all …]
Darena.h562 tcache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);
/external/jemalloc/src/
Dtcache.c40 tcache_bin_t *tbin = &tcache->tbins[binind]; in tcache_event_hard()
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()
327 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins); in tcache_create()
370 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
382 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_destroy()
434 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
443 tcache_bin_t *tbin = &tcache->tbins[i]; in tcache_stats_merge()
Darena.c2405 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_bin_t *tbin, in arena_tcache_fill_small()