Home
last modified time | relevance | path

Searched refs:ql_foreach (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/test/unit/
Dql.c25 ql_foreach(t, head, link) { in test_empty_list()
68 ql_foreach(t, head, link) { in test_entries_list()
/external/jemalloc/include/jemalloc/internal/
Dql.h77 #define ql_foreach(a_var, a_head, a_field) \ macro
/external/jemalloc/src/
Dtsd.c173 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
Dtcache.c283 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
Djemalloc.c705 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()