Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h67 typedef struct cache_bin_array_descriptor_s cache_bin_array_descriptor_t; typedef
73 ql_elm(cache_bin_array_descriptor_t) link;
80 cache_bin_array_descriptor_init(cache_bin_array_descriptor_t *descriptor, in cache_bin_array_descriptor_init()
H A Dtcache_structs.h37 cache_bin_array_descriptor_t cache_bin_array_descriptor;
H A Darena_structs_b.h111 ql_head(cache_bin_array_descriptor_t) cache_bin_array_descriptor_ql;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Darena.c156 cache_bin_array_descriptor_t *descriptor; in arena_stats_merge()