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

  /external/jemalloc/test/include/test/
mq.h 107 ql_tail_insert(&mq->msgs, msg, a_field); \
  /external/jemalloc/test/unit/
ql.c 103 ql_tail_insert(&head, &entries[i], link);
118 ql_tail_insert(&head, &entries[i], link);
185 ql_tail_insert(&head, f, link);
  /external/jemalloc/include/jemalloc/internal/
ql.h 49 #define ql_tail_insert(a_head, a_elm, a_field) do { \ macro
  /external/jemalloc/src/
tsd.c 177 ql_tail_insert(&head->blocks, block, link);
huge.c 97 ql_tail_insert(&arena->huge, node, ql_link);
tcache.c 259 ql_tail_insert(&arena->tcache_ql, tcache, link);
arena.c 779 ql_tail_insert(&arena->node_cache, node, ql_link);
    [all...]

Completed in 113 milliseconds