Searched refs:KMP_INTERNAL_REALLOC (Results 1 – 4 of 4) sorted by relevance
98 buffer->str = (char *)KMP_INTERNAL_REALLOC(buffer->str, buffer->size); in __kmp_str_buf_reserve()483 buffer = (char *)KMP_INTERNAL_REALLOC(buffer, size); in __kmp_str_format()
1558 buffer = KMP_INTERNAL_REALLOC(buffer, buff_size); in __kmp_get_load_balance()
1081 nth_array->nth = (int *)KMP_INTERNAL_REALLOC( in __kmp_parse_nested_num_threads()3136 (kmp_proc_bind_t *)KMP_INTERNAL_REALLOC( in __kmp_stg_parse_proc_bind()
3307 #define KMP_INTERNAL_REALLOC(p, sz) realloc((p), (sz)) macro