starpu_opencl_load_program_source_malloc

Function starpu_opencl_load_program_source_malloc 

Source
pub unsafe extern "C" fn starpu_opencl_load_program_source_malloc(
    source_file_name: *const c_char,
    located_file_name: *mut *mut c_char,
    located_dir_name: *mut *mut c_char,
    opencl_program_source: *mut *mut c_char,
)
Expand description

Similar to function starpu_opencl_load_program_source() but allocate the buffers \p located_file_name, \p located_dir_name and \p opencl_program_source. See \ref OpenCLSupport for more details.