Home
last modified time | relevance | path

Searched refs:KMP_INTERNAL_REALLOC (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_str.cpp98 buffer->str = (char *)KMP_INTERNAL_REALLOC(buffer->str, buffer->size); in __kmp_str_buf_reserve()
436 buffer = (char *)KMP_INTERNAL_REALLOC(buffer, size); in __kmp_str_format()
HDz_Windows_NT_util.cpp1548 buffer = KMP_INTERNAL_REALLOC(buffer, buff_size); in __kmp_get_load_balance()
HDkmp_settings.cpp1081 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()
HDkmp.h3205 #define KMP_INTERNAL_REALLOC(p, sz) realloc((p), (sz)) macro