reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_alloc.cpp
  238     data->freelist[i].ql.flink = &data->freelist[i];
  305       p = (void *)b->ql.flink;
  335     b->ql.flink = BFH(CCAST(void *, old_value));
  343       b->ql.flink = BFH(CCAST(void *, old_value));
  378   b->ql.flink = &thr->freelist[bin];
  382   b->ql.blink->ql.flink = b;
  390   b->ql.blink->ql.flink = b->ql.flink;
  390   b->ql.blink->ql.flink = b->ql.flink;
  391   b->ql.flink->ql.blink = b->ql.blink;
  405     b = best->ql.flink;
  413       b = b->ql.flink;
  464                      : thr->freelist[bin].ql.flink);
  480           b = (use_blink ? b->ql.blink : b->ql.flink);
  561         b = (use_blink ? b->ql.blink : b->ql.flink);
  959     for (b = thr->freelist[bin].ql.flink; b != &thr->freelist[bin];
  960          b = b->ql.flink) {
 2037     bfhead_t *b = thr->freelist[bin].ql.flink;
 2044       b = b->ql.flink; // get next buffer