Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h29 cache_bin_array_descriptor_t cache_bin_array_descriptor;
H A Darena_structs.h57 ql_head(cache_bin_array_descriptor_t) cache_bin_array_descriptor_ql;
H A Dcache_bin.h133 typedef struct cache_bin_array_descriptor_s cache_bin_array_descriptor_t; typedef
139 ql_elm(cache_bin_array_descriptor_t) link;
145 cache_bin_array_descriptor_init(cache_bin_array_descriptor_t *descriptor, in cache_bin_array_descriptor_init()
/src/contrib/jemalloc/src/
H A Darena.c155 cache_bin_array_descriptor_t *descriptor; in arena_stats_merge()