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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 3217         new_data = (kmp_thread_data_t *)__kmp_allocate(
 3220         KMP_MEMCPY_S((void *)new_data, nthreads * sizeof(kmp_thread_data_t),
 3231         (*threads_data_p) = new_data;