reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
77 void *ptr = KMP_INTERNAL_MALLOC(size); 92 result = (char *)KMP_INTERNAL_MALLOC(len);projects/openmp/runtime/src/kmp_settings.cpp
1069 nth_array->nth = (int *)KMP_INTERNAL_MALLOC(sizeof(int) * total * 2); 1150 __kmp_nested_nth.nth = (int *)KMP_INTERNAL_MALLOC(sizeof(int)); 5370 (kmp_proc_bind_t *)KMP_INTERNAL_MALLOC(sizeof(kmp_proc_bind_t)); 5392 (char *)KMP_INTERNAL_MALLOC(sizeof(char) * KMP_AFFINITY_FORMAT_SIZE);projects/openmp/runtime/src/kmp_str.cpp
92 buffer->str = (char *)KMP_INTERNAL_MALLOC(buffer->size); 115 buffer->str = (char *)KMP_INTERNAL_MALLOC(buffer->size); 409 buffer = (char *)KMP_INTERNAL_MALLOC(size);projects/openmp/runtime/src/z_Linux_util.cpp
139 buf = (unsigned char *)KMP_INTERNAL_MALLOC(KMP_CPU_SET_SIZE_LIMIT);