reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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;