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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  298       bfhead_t *b = BFH(((char *)p) - sizeof(bhead_t));
  319   bfhead_t *b = BFH(((char *)buf) - sizeof(bhead_t));
  335     b->ql.flink = BFH(CCAST(void *, old_value));
  343       b->ql.flink = BFH(CCAST(void *, old_value));
  709   b = BFH(((char *)buf) - sizeof(bhead_t));
  772     b = BFH(((char *)b) - b->bh.bb.prevfree);
  791   bn = BFH(((char *)b) + b->bh.bb.bsize);
  814     bn = BFH(((char *)b) + b->bh.bb.bsize);
  880   bfhead_t *b = BFH(buf);