Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_taskdeps.cpp83 h = (kmp_dephash_t *)__kmp_thread_malloc(thread, size); in __kmp_dephash_create()
117 entry = (kmp_dephash_entry_t *)__kmp_thread_malloc( in __kmp_dephash_find()
146 new_head = (kmp_depnode_list_t *)__kmp_thread_malloc( in __kmp_add_node()
554 (kmp_depnode_t *)__kmp_thread_malloc(thread, sizeof(kmp_depnode_t)); in __kmpc_omp_task_with_deps()
H A Dompt-internal.h97 #define KMP_OMPT_DEPS_ALLOC __kmp_thread_malloc
H A Dkmp_gsupport.cpp1778 (kmp_int64 *)__kmp_thread_malloc(th, sizeof(kmp_int64) * num_dims); in __kmp_GOMP_doacross_post()
1801 (kmp_int64 *)__kmp_thread_malloc(th, sizeof(kmp_int64) * num_dims); in __kmp_GOMP_doacross_wait()
H A Dkmp_tasking.cpp1247 taskdata = (kmp_taskdata_t *)__kmp_thread_malloc(thread, shareds_offset + in __kmp_task_alloc()
2078 arr = (kmp_task_red_data_t *)__kmp_thread_malloc( in __kmpc_task_reduction_init()
2219 (kmp_taskgroup_t *)__kmp_thread_malloc(thread, sizeof(kmp_taskgroup_t)); in __kmpc_taskgroup()
3670 taskdata = (kmp_taskdata_t *)__kmp_thread_malloc(thread, task_size); in __kmp_task_dup_alloc()
H A Dkmp_ftn_entry.h426 buf = (char *)__kmp_thread_malloc(th, size + 1); in ConvertedString()
H A Dkmp_taskq.cpp384 (void *)__kmp_thread_malloc(__kmp_thread_from_gtid(global_tid), bytes); in __kmp_taskq_allocate()
H A Dkmp.h3266 #define __kmp_thread_malloc(th, size) \ macro
H A Dkmp_csupport.cpp3890 pr_buf->th_doacross_info = (kmp_int64 *)__kmp_thread_malloc( in __kmpc_doacross_init()