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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  461     for (bin = bget_get_bin(size); bin < MAX_BGET_BINS; ++bin) {
  461     for (bin = bget_get_bin(size); bin < MAX_BGET_BINS; ++bin) {
  461     for (bin = bget_get_bin(size); bin < MAX_BGET_BINS; ++bin) {
  463       b = (use_blink ? thr->freelist[bin].ql.blink
  464                      : thr->freelist[bin].ql.flink);
  467         best = &thr->freelist[bin];
  471         while (b != &thr->freelist[bin]) {
  473             if ((best == &thr->freelist[bin]) ||
  485       while (b != &thr->freelist[bin]) {