Searched refs:ql_remove (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dql.h58 #define ql_remove(a_head, a_elm, a_field) do { \ macro
71 ql_remove((a_head), t, a_field); \
76 ql_remove((a_head), t, a_field); \
/external/jemalloc/src/
H A Dtsd.c138 ql_remove(&head->blocks, block, link);
H A Dprof.c462 ql_remove(&ctx->cnts_ql, cnt, cnts_link);
581 ql_remove(&prof_tdata->lru_ql, ret.p, lru_link);
613 ql_remove(&prof_tdata->lru_ql, ret.p, lru_link);
894 ql_remove(ctx_ql, ctx, dump_link);
1305 ql_remove(&prof_tdata->lru_ql, cnt, lru_link);
H A Dtcache.c262 ql_remove(&tcache->arena->tcache_ql, tcache, link);
H A Darena.c1046 ql_remove(mapelms, mapelm, u.ql_link);

Completed in 68 milliseconds