Deprecated List

Deprecated List#

HIP Runtime API Reference: Deprecated List
Deprecated List
Global hipFreeHost (void *ptr)
use hipHostFree() instead
Global hipHostAlloc (void **ptr, size_t size, unsigned int flags)
use hipHostMalloc() instead
Global hipMallocHost (void **ptr, size_t size)
use hipHostMalloc() instead
Global hipMemAllocHost (void **ptr, size_t size)
use hipHostMalloc() instead