Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dql.h53 #define ql_move(a_head_dest, a_head_src) do { \ argument
54 ql_first(a_head_dest) = ql_first(a_head_src); \
55 ql_new(a_head_src); \