pub unsafe extern "C" fn hipGetSymbolSize(
size: *mut usize,
symbol: *const c_void,
) -> hipError_t
Expand description
@brief Gets the size of the given symbol on the device.
@param[in] symbol pointer to the device symbole @param[out] size pointer to the size
@return #hipSuccess, #hipErrorInvalidValue