Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dql.h12 #define ql_head_initializer(a_head) {NULL} argument
17 #define ql_new(a_head) do { \ argument
18 (a_head)->qlh_first = NULL; \
23 #define ql_first(a_head) ((a_head)->qlh_first) argument
25 #define ql_last(a_head, a_field) \ argument
26 ((ql_first(a_head) != NULL) \
40 ql_first(a_head) = (a_elm); \
51 ql_first(a_head) = (a_elm); \
63 ql_first(a_head) = qr_next(ql_first(a_head), a_field); \
68 ql_first(a_head) = NULL; \
[all …]