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

  /external/jemalloc/src/
tsd.c 128 ql_tail_insert(&head->blocks, block, link);
tcache.c 249 ql_tail_insert(&arena->tcache_ql, tcache, link);
prof.c 608 ql_tail_insert(&ctx->cnts_ql, ret.p, cnts_link);
823 ql_tail_insert(ctx_ql, ctx, dump_link);
arena.c 954 ql_tail_insert(mapelms, mapelm, u.ql_link);
    [all...]
  /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 51 #define ql_tail_insert(a_head, a_elm, a_field) do { \ macro

Completed in 68 milliseconds