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

  /external/jemalloc/include/jemalloc/internal/
ql.h 77 #define ql_foreach(a_var, a_head, a_field) \ macro
  /external/jemalloc/src/
tsd.c 168 ql_foreach(iter, &head->blocks, link) {
tcache.c 282 ql_foreach(iter, &arena->tcache_ql, link) {
jemalloc.c 700 ql_foreach(tcache, &arena->tcache_ql, link) {
    [all...]
  /external/jemalloc/test/unit/
ql.c 25 ql_foreach(t, head, link) { function
68 ql_foreach(t, head, link) { function

Completed in 103 milliseconds