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

  /external/jemalloc/include/jemalloc/internal/
ql.h 44 #define ql_head_insert(a_head, a_elm, a_field) do { \ macro
  /external/jemalloc/test/unit/
ql.c 137 ql_head_insert(&head, &entries[NENTRIES-i-1], link);
152 ql_head_insert(&head, &entries[NENTRIES-i-1], link);
  /external/jemalloc/src/
prof.c 606 ql_head_insert(&prof_tdata->lru_ql, ret.p, lru_link);
614 ql_head_insert(&prof_tdata->lru_ql, ret.p, lru_link);

Completed in 3290 milliseconds