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

Declarations

projects/openmp/runtime/src/kmp.h
  956 extern void *__kmpc_alloc(int gtid, size_t sz, omp_allocator_handle_t al);

References

projects/openmp/runtime/src/kmp_alloc.cpp
 1488           return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
 1502             return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
 1518           return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
 1544         return __kmpc_alloc(gtid, size, (omp_allocator_handle_t)al);
projects/openmp/runtime/src/kmp_csupport.cpp
 4170   return __kmpc_alloc(__kmp_entry_gtid(), size, allocator);