Skip to main content

cuvsRMMHostAlloc

Function cuvsRMMHostAlloc 

Source
pub unsafe extern "C" fn cuvsRMMHostAlloc(
    ptr: *mut *mut c_void,
    bytes: usize,
) -> cuvsError_t
Expand description

@brief Allocates pinned memory on the host using RMM @param[out] ptr Pointer to allocated host memory @param[in] bytes Size in bytes to allocate @return cuvsError_t