pub unsafe extern "C" fn cuGraphMemFreeNodeGetParams(
hNode: CUgraphNode,
dptr_out: *mut CUdeviceptr,
) -> CUresult
Expand description
\brief Returns a memory free node’s parameters
Returns the address of a memory free node \p hNode in \p dptr_out.
\param hNode - Node to get the parameters for \param dptr_out - Pointer to return the device address
\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE \note_graph_thread_safety \notefnerr
\sa ::cuGraphAddMemFreeNode, ::cuGraphMemAllocNodeGetParams