Function hip_sys::hiprt::hipDestroyExternalMemory
source · pub unsafe extern "C" fn hipDestroyExternalMemory(
extMem: *mut c_void
) -> hipError_tExpand description
@brief Destroys an external memory object.
@param[in] extMem External memory object to be destroyed
@return #hipSuccess, #hipErrorInvalidDevice, #hipErrorInvalidValue
@see