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

Declarations

projects/openmp/runtime/src/kmp_alloc.cpp
   47 static void *bget(kmp_info_t *th, bufsize size);

References

projects/openmp/runtime/src/kmp_alloc.cpp
  621         buf = bget(
  638   char *buf = (char *)bget(th, size);
  672   nbuf = bget(th, size);
 1098   ptr = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr)));
 1119   ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size);
 1146     result = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr)));
 1189   ptr = bget(th, (bufsize)size);
 1882   alloc_ptr = bget(this_thr, (bufsize)alloc_size);