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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 2997   if (!realloc || argc > team->t.t_max_argc) {
 3006     if (argc <= KMP_INLINE_ARGV_ENTRIES) {
 3022       team->t.t_max_argc = (argc <= (KMP_MIN_MALLOC_ARGV_ENTRIES >> 1))
 3024                                : 2 * argc;