HomeSort by relevance Sort by last modified time
    Searched refs:ql_foreach (Results 1 - 8 of 8) sorted by null

  /external/jemalloc/src/
witness.c 24 ql_foreach(w, witnesses, link) { function
83 ql_foreach(w, witnesses, link) { function
tsd.c 175 ql_foreach(iter, &head->blocks, link) {
tcache.c 281 ql_foreach(iter, &arena->tcache_ql, link) {
jemalloc.c 775 ql_foreach(tcache, &arena->tcache_ql, link) {
    [all...]
arena.c     [all...]
  /external/jemalloc/include/jemalloc/internal/
ql.h 77 #define ql_foreach(a_var, a_head, a_field) \ macro
witness.h 128 ql_foreach(w, witnesses, link) { function
172 ql_foreach(w, witnesses, link) { function
  /external/jemalloc/test/unit/
ql.c 25 ql_foreach(t, head, link) { function
68 ql_foreach(t, head, link) { function

Completed in 1975 milliseconds