Searched refs:ql_foreach (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc_new/src/ |
D | witness.c | 23 ql_foreach(w, witnesses, link) { in witness_lock_error_impl() 56 ql_foreach(w, witnesses, link) { in witness_depth_error_impl()
|
D | tsd.c | 331 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
|
D | tcache.c | 331 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
|
D | arena.c | 157 ql_foreach(descriptor, &arena->cache_bin_array_descriptor_ql, link) { in arena_stats_merge()
|
D | jemalloc.c | 653 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()
|
/external/jemalloc_new/test/unit/ |
D | ql.c | 26 ql_foreach(t, head, link) { in test_empty_list() 66 ql_foreach(t, head, link) { in test_entries_list()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | witness.h | 172 ql_foreach(w, witnesses, link) { in witness_owner() 223 ql_foreach(w, witnesses, link) { in witness_assert_not_owner()
|
D | ql.h | 82 #define ql_foreach(a_var, a_head, a_field) \ macro
|
D | emitter.h | 428 ql_foreach(col, &row->cols, link) { in emitter_table_row()
|