Searched refs:qr_foreach (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/unit/ |
D | qr.c | 34 qr_foreach(t, &entries[i], link) { in test_independent_entries() 81 qr_foreach(t, &entries[i], link) { in test_entries_ring() 131 qr_foreach(t, &entries[i], link) { in TEST_BEGIN() 159 qr_foreach(t, &entries[i], link) { in TEST_BEGIN() 194 qr_foreach(t, &entries[i], link) { in test_split_entries()
|
/external/jemalloc/include/jemalloc/internal/ |
D | qr.h | 59 #define qr_foreach(var, a_qr, a_field) \ macro
|
D | ql.h | 78 qr_foreach((a_var), ql_first(a_head), a_field)
|