pub unsafe extern "C" fn hipHostGetFlags(
flagsPtr: *mut c_uint,
hostPtr: *mut c_void,
) -> hipError_t
Expand description
@brief Return flags associated with host pointer
@param[out] flagsPtr Memory location to store flags @param[in] hostPtr Host Pointer allocated through hipHostMalloc @return #hipSuccess, #hipErrorInvalidValue
@see hipHostMalloc