Home
last modified time | relevance | path

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

/freebsd-src/contrib/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.h46 cache_bin_array_descriptor_t cache_bin_array_descriptor;
H A Darena_structs_b.h114 ql_head(cache_bin_array_descriptor_t) cache_bin_array_descriptor_ql;
/freebsd-src/contrib/jemalloc/src/
H A Darena.c200 cache_bin_array_descriptor_t *descriptor; in arena_stats_merge()