HomeSort by relevance Sort by last modified time
    Searched refs:tcache_bin_t (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
tcache.h 5 typedef struct tcache_bin_s tcache_bin_t; typedef in typeref:struct:tcache_bin_s
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)
298 tcache_bin_t *tbin;
357 tcache_bin_t *tbin;
418 tcache_bin_t *tbin
    [all...]
arena.h 531 void arena_tcache_fill_small(tsd_t *tsd, arena_t *arena, tcache_bin_t *tbin,
    [all...]
  /external/jemalloc/src/
tcache.c 36 tcache_bin_t *tbin = &tcache->tbins[binind];
74 tcache_bin_t *tbin, szind_t binind, bool *tcache_success)
88 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin,
169 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind,
320 size = offsetof(tcache_t, tbins) + (sizeof(tcache_bin_t) * nhbins);
363 tcache_bin_t *tbin = &tcache->tbins[i];
375 tcache_bin_t *tbin = &tcache->tbins[i];
426 tcache_bin_t *tbin = &tcache->tbins[i];
435 tcache_bin_t *tbin = &tcache->tbins[i];
arena.c     [all...]

Completed in 37 milliseconds