Searched refs:ql_foreach (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/src/
H A Dtsd.c119 ql_foreach(iter, &head->blocks, link) {
H A Dprof.c826 ql_foreach(thr_cnt, &ctx->cnts_ql, cnts_link) {
H A Djemalloc.c230 ql_foreach(tcache, &arena->tcache_ql, link) {
H A Darena.c995 ql_foreach(mapelm, mapelms, u.ql_link) { function
/external/jemalloc/include/jemalloc/internal/
H A Dql.h79 #define ql_foreach(a_var, a_head, a_field) \ macro
/external/jemalloc/test/unit/
H A Dql.c25 ql_foreach(t, head, link) { function
68 ql_foreach(t, head, link) { function

Completed in 119 milliseconds