Home
last modified time | relevance | path

Searched defs:tcache_s (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_structs.h9 struct tcache_s { struct
16 uint64_t prof_accumbytes;
18 ticker_t gc_ticker;
24 cache_bin_t bins_small[NBINS];
37 cache_bin_array_descriptor_t cache_bin_array_descriptor;
40 arena_t *arena;
42 szind_t next_gc_bin;
44 uint8_t lg_fill_div[NBINS];
50 cache_bin_t bins_large[NSIZES-NBINS];
/external/jemalloc/include/jemalloc/internal/
Dtcache.h95 struct tcache_s { struct
97 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */
98 ticker_t gc_ticker; /* Drives incremental GC. */
99 szind_t next_gc_bin; /* Next bin to GC. */
100 tcache_bin_t tbins[1]; /* Dynamically sized. */