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

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1008   thr = (thr_data_t *)th->th.th_local.bget_data;
 1010   b = thr->last_pool;
 1017   if (thr->relfcn != 0 && b != 0 && thr->numpblk != 0 &&
 1017   if (thr->relfcn != 0 && b != 0 && thr->numpblk != 0 &&
 1018       b->bh.bb.bsize == (bufsize)(thr->pool_len - sizeof(bhead_t))) {
 1029     (*thr->relfcn)(b);
 1030     thr->numprel++; /* Nr of expansion block releases */
 1031     thr->numpblk--; /* Total number of blocks */