Searched refs:ql_foreach (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/test/unit/ |
D | ql.c | 25 ql_foreach(t, head, link) { in test_empty_list() 68 ql_foreach(t, head, link) { in test_entries_list()
|
/external/jemalloc/include/jemalloc/internal/ |
D | ql.h | 77 #define ql_foreach(a_var, a_head, a_field) \ macro
|
/external/jemalloc/src/ |
D | tsd.c | 173 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
|
D | tcache.c | 283 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
|
D | jemalloc.c | 705 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()
|