Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp79 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size_to_allocate); in __kmp_dephash_extend()
130 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size); in __kmp_dephash_create()
168 entry = (kmp_dephash_entry_t *)__kmp_fast_allocate( in __kmp_dephash_find()
195 new_head = (kmp_depnode_list_t *)__kmp_fast_allocate( in __kmp_add_node()
596 (kmp_depnode_t *)__kmp_fast_allocate(thread, sizeof(kmp_depnode_t)); in __kmpc_omp_task_with_deps()
Dompt-internal.h90 #define KMP_OMPT_DEPS_ALLOC __kmp_fast_allocate
Dkmp_tasking.cpp1253 taskdata = (kmp_taskdata_t *)__kmp_fast_allocate(thread, shareds_offset + in __kmp_task_alloc()
3974 taskdata = (kmp_taskdata_t *)__kmp_fast_allocate(thread, task_size); in __kmp_task_dup_alloc()
Dkmp.h3284 #define __kmp_fast_allocate(this_thr, size) \ macro