Home
last modified time | relevance | path

Searched refs:GOMP_PLUGIN_malloc (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c408 ptx_dev = GOMP_PLUGIN_malloc (sizeof (struct ptx_device)); in nvptx_open_device()
1046 = GOMP_PLUGIN_malloc (sizeof (struct ptx_free_block)); in nvptx_free()
1243 targ_tbl = GOMP_PLUGIN_malloc (sizeof (struct addr_pair) in GOMP_OFFLOAD_load_image()
1245 targ_fns = GOMP_PLUGIN_malloc (sizeof (struct targ_fn_descriptor) in GOMP_OFFLOAD_load_image()
1250 new_image = GOMP_PLUGIN_malloc (sizeof (struct ptx_image_data)); in GOMP_OFFLOAD_load_image()
1471 block = (void **) GOMP_PLUGIN_malloc (2 * sizeof (void *) + s); in GOMP_OFFLOAD_openacc_async_exec()
1535 = GOMP_PLUGIN_malloc (sizeof (struct nvptx_thread)); in GOMP_OFFLOAD_openacc_create_thread_data()
1600 = GOMP_PLUGIN_malloc (sizeof (struct goacc_asyncqueue)); in GOMP_OFFLOAD_openacc_async_construct()
1659 struct nvptx_callback *b = GOMP_PLUGIN_malloc (sizeof (*b)); in GOMP_OFFLOAD_openacc_async_queue_callback()
H A Dplugin-hsa.c915 pair = GOMP_PLUGIN_malloc (kernel_count * sizeof (struct addr_pair)); in GOMP_OFFLOAD_load_image()
962 char *buf = (char *) GOMP_PLUGIN_malloc (size); in add_shared_library()
965 library = GOMP_PLUGIN_malloc (sizeof (struct agent_info)); in add_shared_library()
966 library->file_name = (char *) GOMP_PLUGIN_malloc in add_shared_library()
1134 = omp_data_size > 0 ? GOMP_PLUGIN_malloc (omp_data_size) : NULL; in create_single_kernel_dispatch()
1139 = GOMP_PLUGIN_malloc (dispatch_count * sizeof (shadow)); in create_single_kernel_dispatch()
1679 info = GOMP_PLUGIN_malloc (sizeof (struct async_run_info)); in GOMP_OFFLOAD_async_run()
H A Dplugin-gcn.c1121 res = GOMP_PLUGIN_malloc (len + 1); in get_executable_symbol_name()
3164 = (struct copy_data *)GOMP_PLUGIN_malloc (sizeof (struct copy_data)); in queue_push_copy()
3551 pair = GOMP_PLUGIN_malloc ((kernel_count + var_count - 2) in GOMP_OFFLOAD_load_image()
3981 struct goacc_asyncqueue *aq = GOMP_PLUGIN_malloc (sizeof (*aq)); in GOMP_OFFLOAD_openacc_async_construct()
4147 void *src_copy = GOMP_PLUGIN_malloc (n); in GOMP_OFFLOAD_openacc_async_host2dev()
4207 = GOMP_PLUGIN_malloc (sizeof (struct gcn_thread)); in GOMP_OFFLOAD_openacc_create_thread_data()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c430 ptx_dev = GOMP_PLUGIN_malloc (sizeof (struct ptx_device)); in nvptx_open_device()
1106 = GOMP_PLUGIN_malloc (sizeof (struct ptx_free_block)); in nvptx_free()
1306 targ_tbl = GOMP_PLUGIN_malloc (sizeof (struct addr_pair) in GOMP_OFFLOAD_load_image()
1308 targ_fns = GOMP_PLUGIN_malloc (sizeof (struct targ_fn_descriptor) in GOMP_OFFLOAD_load_image()
1313 new_image = GOMP_PLUGIN_malloc (sizeof (struct ptx_image_data)); in GOMP_OFFLOAD_load_image()
1560 block = (void **) GOMP_PLUGIN_malloc (2 * sizeof (void *) + s); in GOMP_OFFLOAD_openacc_async_exec()
1624 = GOMP_PLUGIN_malloc (sizeof (struct nvptx_thread)); in GOMP_OFFLOAD_openacc_create_thread_data()
1689 = GOMP_PLUGIN_malloc (sizeof (struct goacc_asyncqueue)); in GOMP_OFFLOAD_openacc_async_construct()
1748 struct nvptx_callback *b = GOMP_PLUGIN_malloc (sizeof (*b)); in GOMP_OFFLOAD_openacc_async_queue_callback()
H A Dplugin-gcn.c1118 res = GOMP_PLUGIN_malloc (len + 1); in get_executable_symbol_name()
2970 = (struct copy_data *)GOMP_PLUGIN_malloc (sizeof (struct copy_data)); in queue_push_copy()
3377 pair = GOMP_PLUGIN_malloc ((kernel_count + var_count + other_count - 2) in GOMP_OFFLOAD_load_image()
3842 struct goacc_asyncqueue *aq = GOMP_PLUGIN_malloc (sizeof (*aq)); in GOMP_OFFLOAD_openacc_async_construct()
4060 = GOMP_PLUGIN_malloc (sizeof (struct gcn_thread)); in GOMP_OFFLOAD_openacc_create_thread_data()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp-plugin.c35 GOMP_PLUGIN_malloc (size_t size) in GOMP_PLUGIN_malloc() function
H A Dlibgomp-plugin.h112 extern void *GOMP_PLUGIN_malloc (size_t) __attribute__ ((malloc));
H A Dlibgomp.map587 GOMP_PLUGIN_malloc;
H A DChangeLog12707 GOMP_PLUGIN_malloc, GOMP_PLUGIN_malloc_cleared,
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp-plugin.c35 GOMP_PLUGIN_malloc (size_t size) in GOMP_PLUGIN_malloc() function
H A Dlibgomp-plugin.h106 extern void *GOMP_PLUGIN_malloc (size_t) __attribute__ ((malloc));
H A Dlibgomp.map521 GOMP_PLUGIN_malloc;