Function free_host

Source
pub fn free_host<T>(devptr: *mut T) -> Result<(), Error>
Expand description

free up memory

§Arguments

  • devptr - Host Memory object to be free

§Errors

This function may return the following errors