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

References

projects/openmp/runtime/src/kmp_alloc.cpp
  168   bfhead_t freelist[MAX_BGET_BINS];
  189   bfhead_t *last_pool; /* Last pool owned by this thread (delay dealocation) */
  298       bfhead_t *b = BFH(((char *)p) - sizeof(bhead_t));
  319   bfhead_t *b = BFH(((char *)buf) - sizeof(bhead_t));
  365 static void __kmp_bget_insert_into_freelist(thr_data_t *thr, bfhead_t *b) {
  386 static void __kmp_bget_remove_from_freelist(bfhead_t *b) {
  402     bfhead_t *b, *best;
  428   bfhead_t *b;
  433   bfhead_t *best;
  703   bfhead_t *b, *bn;
  880   bfhead_t *b = BFH(buf);
  957     bfhead_t *b;
 1003   bfhead_t *b;
 2037     bfhead_t *b = thr->freelist[bin].ql.flink;