Searched refs:ql_before_insert (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | ql.c | 186 ql_before_insert(&head, f, b, link); in TEST_BEGIN() 187 ql_before_insert(&head, f, c, link); in TEST_BEGIN() 190 ql_before_insert(&head, b, a, link); in TEST_BEGIN() 192 ql_before_insert(&head, f, e, link); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | ql.h | 35 #define ql_before_insert(a_head, a_qlelm, a_elm, a_field) do { \ macro
|
Completed in 5 milliseconds