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

Declarations

projects/openmp/runtime/src/kmp_alloc.cpp
   50 static void brel(kmp_info_t *th, void *buf);

References

projects/openmp/runtime/src/kmp_alloc.cpp
  307       brel(th, buf);
  695   brel(th, buf);
 1159     brel(__kmp_get_thread(), *((void **)ptr - 1));
 1181     brel(th, *((void **)ptr - 1));
 1218     brel(th, ptr);
 2007   brel(this_thr, descr->ptr_allocated);