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