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

References

projects/openmp/runtime/src/kmp_settings.cpp
 3295   SKIP_WS(buf);
 3296   if ((*buf > '0') && (*buf < '9')) {
 3296   if ((*buf > '0') && (*buf < '9')) {
 3297     next = buf;
 3299     num = __kmp_str_to_int(buf, *next);
 3350   next = buf;
 3351   if (__kmp_match_str("omp_high_bw_mem_alloc", buf, &next)) {
 3360   } else if (__kmp_match_str("omp_default_mem_alloc", buf, &next)) {
 3362   } else if (__kmp_match_str("omp_large_cap_mem_alloc", buf, &next)) {
 3367   } else if (__kmp_match_str("omp_const_mem_alloc", buf, &next)) {
 3371   } else if (__kmp_match_str("omp_low_lat_mem_alloc", buf, &next)) {
 3375   } else if (__kmp_match_str("omp_cgroup_mem_alloc", buf, &next)) {
 3379   } else if (__kmp_match_str("omp_pteam_mem_alloc", buf, &next)) {
 3383   } else if (__kmp_match_str("omp_thread_mem_alloc", buf, &next)) {
 3388   buf = next;
 3389   SKIP_WS(buf);
 3390   if (*buf != '\0') {
 3391     KMP_WARNING(ParseExtraCharsWarn, name, buf);