Searched refs:ql_next (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dql.h26 #define ql_next(a_head, a_elm, a_field) \ macro
/external/jemalloc/test/unit/
H A Dql.c81 t = ql_next(head, &entries[i], link);
84 assert_ptr_null(ql_next(head, &entries[nentries-1], link),

Completed in 752 milliseconds