Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dcache_bin.h70 typedef struct cache_bin_array_descriptor_s cache_bin_array_descriptor_t; typedef
76 ql_elm(cache_bin_array_descriptor_t) link;
83 cache_bin_array_descriptor_init(cache_bin_array_descriptor_t *descriptor, in cache_bin_array_descriptor_init()
Dtcache_structs.h37 cache_bin_array_descriptor_t cache_bin_array_descriptor;
Darena_structs_b.h111 ql_head(cache_bin_array_descriptor_t) cache_bin_array_descriptor_ql;
/external/jemalloc_new/src/
Darena.c156 cache_bin_array_descriptor_t *descriptor; in arena_stats_merge()