HomeSort by relevance Sort by last modified time
    Searched refs:ql_last (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ql.h 22 #define ql_last(a_head, a_field) \ macro
27 ((ql_last(a_head, a_field) != (a_elm)) \
75 a_type *t = ql_last(a_head, a_field); \
  /external/jemalloc/test/unit/
ql.c 21 assert_ptr_null(ql_last(head, link),
64 assert_c_eq(ql_last(head, link)->id, entries[nentries-1].id,
  /external/jemalloc/src/
prof.c 576 ret.p = ql_last(&prof_tdata->lru_ql, lru_link);
1304 while ((cnt = ql_last(&prof_tdata->lru_ql, lru_link)) != NULL) {

Completed in 139 milliseconds