Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dwitness.c23 ql_foreach(w, witnesses, link) { in witness_lock_error_impl()
56 ql_foreach(w, witnesses, link) { in witness_depth_error_impl()
Dtsd.c331 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
Dtcache.c331 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
Darena.c157 ql_foreach(descriptor, &arena->cache_bin_array_descriptor_ql, link) { in arena_stats_merge()
Djemalloc.c653 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()
/external/jemalloc_new/test/unit/
Dql.c26 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/
Dwitness.h172 ql_foreach(w, witnesses, link) { in witness_owner()
223 ql_foreach(w, witnesses, link) { in witness_assert_not_owner()
Dql.h82 #define ql_foreach(a_var, a_head, a_field) \ macro
Demitter.h428 ql_foreach(col, &row->cols, link) { in emitter_table_row()