OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ql_next
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ql.h
24
#define
ql_next
(a_head, a_elm, a_field) \
macro
/external/jemalloc/test/unit/
ql.c
81
t =
ql_next
(head, &entries[i], link);
84
assert_ptr_null(
ql_next
(head, &entries[nentries-1], link),
Completed in 32 milliseconds