Home
last modified time | relevance | path

Searched refs:ql_elm (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h31 ql_elm(tcache_t) link;
H A Dcache_bin.h73 ql_elm(cache_bin_array_descriptor_t) link;
H A Dextent_structs.h151 ql_elm(extent_t) ql_link;
H A Dql.h14 #define ql_elm(a_type) qr(a_type) macro
H A Dctl.h64 ql_elm(ctl_arena_t) destroyed_link;
H A Dtsd_generic.h8 ql_elm(tsd_init_block_t) link;
H A Dwitness.h100 ql_elm(witness_t) link;
H A Demitter.h55 ql_elm(emitter_col_t) link;
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dmq.h29 #define mq_msg(a_mq_msg_type) ql_elm(a_mq_msg_type)
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dql.c12 ql_elm(list_t) link;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c357 memset(&tcache->link, 0, sizeof(ql_elm(tcache_t))); in tcache_init()