Function hip_sys::hiprt::hipMemsetD8
source · pub unsafe extern "C" fn hipMemsetD8(
dest: *mut c_void,
value: u8,
count: usize
) -> hipError_tExpand description
@brief Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant byte value value.
@param[out] dst Data ptr to be filled @param[in] constant value to be set @param[in] number of values to be set @return #hipSuccess, #hipErrorInvalidValue, #hipErrorNotInitialized