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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  499             ba = BH(((char *)b) + (b->bh.bb.bsize - (bufsize)size));
  500             bn = BH(((char *)ba) + size);
  532             ba = BH(((char *)b) + b->bh.bb.bsize);
  644     b = BH(buf - sizeof(bhead_t));
  679   b = BH(((char *)buf) - sizeof(bhead_t));
  930   bn = BH(((char *)b) + len);