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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  588       bdh = BDH((*thr->acqfcn)((bufsize)size));
  589       if (bdh != NULL) {
  592         bdh->bh.bb.bsize = 0;
  595         TCW_PTR(bdh->bh.bb.bthr, th); // don't mark buffer as allocated,
  597         bdh->bh.bb.prevfree = 0;
  598         bdh->tsize = size;
  604         buf = (void *)(bdh + 1);