Searched defs:ql_last (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dql.h22 #define ql_last(a_head, a_field) \ macro
27 ((ql_last(a_head, a_field) != (a_elm)) \
75 a_type *t = ql_last(a_head, a_field); \

Completed in 48 milliseconds