Searched refs:ql_prev (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | ql.c | 85 assert_ptr_null(ql_prev(head, &entries[0], link), "Unexpected element"); in test_entries_list() 87 t = ql_prev(head, &entries[i], link); in test_entries_list()
|
/external/jemalloc/test/unit/ |
D | ql.c | 87 assert_ptr_null(ql_prev(head, &entries[0], link), "Unexpected element"); in test_entries_list() 89 t = ql_prev(head, &entries[i], link); in test_entries_list()
|
/external/jemalloc/include/jemalloc/internal/ |
D | ql.h | 28 #define ql_prev(a_head, a_elm, a_field) \ macro
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | ql.h | 33 #define ql_prev(a_head, a_elm, a_field) \ macro
|