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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 2038     while (b != &thr->freelist[bin]) {
 2039       if ((kmp_uintptr_t)b->bh.bb.bthr & 1) { // the buffer is allocated address
 2040         *((void **)b) =
 2042         lst = (void **)b; // push b into lst
 2044       b = b->ql.flink; // get next buffer
 2044       b = b->ql.flink; // get next buffer