Searched refs:ql_last (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | ql.h | 25 #define ql_last(a_head, a_field) \ macro 30 ((ql_last(a_head, a_field) != (a_elm)) \ 78 a_type *t = ql_last(a_head, a_field); \
|
D | witness.h | 249 w = ql_last(witnesses, link); in witness_assert_depth_to_rank() 294 w = ql_last(witnesses, link); in witness_lock()
|
D | extent_inlines.h | 350 return ql_last(list, ql_link); in extent_list_last()
|
/external/jemalloc_new/test/unit/ |
D | ql.c | 22 assert_ptr_null(ql_last(head, link), in test_empty_list() 62 assert_c_eq(ql_last(head, link)->id, entries[nentries-1].id, in test_entries_list()
|
/external/jemalloc_new/src/ |
D | ctl.c | 889 if ((ctl_arena = ql_last(&ctl_arenas->destroyed, destroyed_link)) != in ctl_arena_init()
|