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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  405     b = best->ql.flink;
  407     while (b != &thr->freelist[bin]) {
  408       *total_free += (b->bh.bb.bsize - sizeof(bhead_t));
  409       if ((best == &thr->freelist[bin]) || (b->bh.bb.bsize < best->bh.bb.bsize))
  410         best = b;
  413       b = b->ql.flink;
  413       b = b->ql.flink;