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

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dql.c6 typedef struct list_s list_t; typedef in typeref:struct:list_s
7 typedef ql_head(list_t) list_head_t;
10 ql_elm(list_t) link;
17 list_t *t;
47 init_entries(list_t *entries, unsigned nentries)
58 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries)
60 list_t *t;
97 list_t entries[NENTRIES];
101 init_entries(entries, sizeof(entries)/sizeof(list_t));
112 list_t entrie
[all...]

Completed in 20 milliseconds