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) {
 3008       team->t.t_max_argc = KMP_INLINE_ARGV_ENTRIES;
 3022       team->t.t_max_argc = (argc <= (KMP_MIN_MALLOC_ARGV_ENTRIES >> 1))
 3029           (void **)__kmp_page_allocate(sizeof(void *) * team->t.t_max_argc);
 3032                                      &team->t.t_argv[team->t.t_max_argc],
 3033                                      sizeof(void *) * team->t.t_max_argc,