Searched refs:KMP_INTERNAL_MALLOC (Results 1 – 9 of 9) sorted by relevance
77 void *ptr = KMP_INTERNAL_MALLOC(size); in allocate() 92 result = (char *)KMP_INTERNAL_MALLOC(len); in __kmp_env_get() 114 result = (char *)KMP_INTERNAL_MALLOC(len); in __kmp_env_get()
498 msg = (char *)KMP_INTERNAL_MALLOC(len + 1); in ___catgets()726 char *buffer = (char *)KMP_INTERNAL_MALLOC(size); in sys_error()738 buffer = (char *)KMP_INTERNAL_MALLOC(size); in sys_error()
92 buffer->str = (char *)KMP_INTERNAL_MALLOC(buffer->size); in __kmp_str_buf_reserve() 115 buffer->str = (char *)KMP_INTERNAL_MALLOC(buffer->size); in __kmp_str_buf_detach() 458 buffer = (char *)KMP_INTERNAL_MALLOC(size); in __kmp_str_format()
46 #define KMP_ALIGNED_ALLOCATE(size, alignment) KMP_INTERNAL_MALLOC(size)
194 buf = (unsigned char *)KMP_INTERNAL_MALLOC(KMP_CPU_SET_SIZE_LIMIT); in __kmp_affinity_determine_capable()275 buf = (unsigned char *)KMP_INTERNAL_MALLOC(KMP_CPU_SET_SIZE_LIMIT); in __kmp_affinity_determine_capable()2147 buf = reinterpret_cast<char *>(KMP_INTERNAL_MALLOC(lstsz)); in __kmp_is_address_mapped()2240 buf = KMP_INTERNAL_MALLOC(sz); in __kmp_is_address_mapped()2298 struct kinfo_vmentry *kiv = (struct kinfo_vmentry *)KMP_INTERNAL_MALLOC(size); in __kmp_is_address_mapped()2348 loadQueryBuf = (char *)KMP_INTERNAL_MALLOC(loadQueryBufSize); in __kmp_is_address_mapped()2463 perfstat_cpu_t *cpu_stat = (perfstat_cpu_t *)KMP_INTERNAL_MALLOC( in __kmp_get_load_balance()
140 flags[i] = (flags_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(flags_s)); in resize()146 go = (go_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(go_s)); in resize()151 iter = (iter_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(iter_s)); in resize()157 sleep = (sleep_s *)KMP_INTERNAL_MALLOC(max_threads * sizeof(sleep_s)); in resize()
396 par_range_to_print = (char *)KMP_INTERNAL_MALLOC(len + 1); in __kmp_stg_parse_par_range()1170 nth_array->nth = (int *)KMP_INTERNAL_MALLOC(sizeof(int) * total * 2); in __kmp_parse_nested_num_threads()1251 __kmp_nested_nth.nth = (int *)KMP_INTERNAL_MALLOC(sizeof(int)); in __kmp_stg_parse_num_threads()6233 (kmp_proc_bind_t *)KMP_INTERNAL_MALLOC(sizeof(kmp_proc_bind_t)); in __kmp_env_initialize()6255 (char *)KMP_INTERNAL_MALLOC(sizeof(char) * KMP_AFFINITY_FORMAT_SIZE); in __kmp_env_initialize()
119 (kmp_nested_nthreads_t *)KMP_INTERNAL_MALLOC( in __kmp_override_nested_nth()122 new_nested_nth->nth = (int *)KMP_INTERNAL_MALLOC(new_size * sizeof(int)); in __kmp_override_nested_nth()3483 kmp_team_list_item_t *item = (kmp_team_list_item_t *)KMP_INTERNAL_MALLOC( in __kmp_print_structure_team_accum()3518 (kmp_team_list_item_t *)KMP_INTERNAL_MALLOC(sizeof(kmp_team_list_item_t)); in __kmp_print_structure()7872 (int *)KMP_INTERNAL_MALLOC(list_length * sizeof(int)); in __kmp_push_num_threads_list()9321 __kmp_nesting_nth_level = (int *)KMP_INTERNAL_MALLOC(levels * sizeof(int)); in __kmp_init_nesting_mode()
122 #define KMP_INTERNAL_MALLOC(sz) malloc(sz) macro