Home
last modified time | relevance | path

Searched refs:__kmp_thread_malloc (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp81 h = (kmp_dephash_t *)__kmp_thread_malloc(thread, size_to_allocate); in __kmp_dephash_extend()
132 h = (kmp_dephash_t *)__kmp_thread_malloc(thread, size); in __kmp_dephash_create()
171 entry = (kmp_dephash_entry_t *)__kmp_thread_malloc( in __kmp_dephash_find()
198 new_head = (kmp_depnode_list_t *)__kmp_thread_malloc( in __kmp_add_node()
599 (kmp_depnode_t *)__kmp_thread_malloc(thread, sizeof(kmp_depnode_t)); in __kmpc_omp_task_with_deps()
Dompt-internal.h93 #define KMP_OMPT_DEPS_ALLOC __kmp_thread_malloc
Dkmp_alloc.cpp1533 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
1544 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
1554 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
1561 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
Dkmp_tasking.cpp1256 taskdata = (kmp_taskdata_t *)__kmp_thread_malloc(thread, shareds_offset + in __kmp_task_alloc()
2121 arr = (kmp_taskred_data_t *)__kmp_thread_malloc( in __kmp_task_reduction_init()
2199 arr = (kmp_taskred_data_t *)__kmp_thread_malloc( in __kmp_task_reduction_init_copy()
2347 reduce_data = __kmp_thread_malloc(thr, num * sizeof(kmp_taskred_data_t)); in __kmp_task_reduction_modifier_init()
2426 (kmp_taskgroup_t *)__kmp_thread_malloc(thread, sizeof(kmp_taskgroup_t)); in __kmpc_taskgroup()
3976 taskdata = (kmp_taskdata_t *)__kmp_thread_malloc(thread, task_size); in __kmp_task_dup_alloc()
Dkmp_gsupport.cpp1794 (kmp_int64 *)__kmp_thread_malloc(th, sizeof(kmp_int64) * num_dims); in __kmp_GOMP_doacross_post()
1817 (kmp_int64 *)__kmp_thread_malloc(th, sizeof(kmp_int64) * num_dims); in __kmp_GOMP_doacross_wait()
Dkmp_ftn_entry.h423 buf = (char *)__kmp_thread_malloc(th, size + 1); in ConvertedString()
Dkmp.h3296 #define __kmp_thread_malloc(th, size) \ macro
Dkmp_csupport.cpp3896 pr_buf->th_doacross_info = (kmp_int64 *)__kmp_thread_malloc( in __kmpc_doacross_init()