Function: free_host
|
C Prototype |
aclError aclrtFreeHost(void *hostPtr) |
|---|---|
|
Python Function |
ret= acl.rt.free_host(host_ptr) |
|
Function Usage |
Frees host memory. |
|
Input Description |
host_ptr: int, pointer address of the memory to be freed. |
|
Return Value |
ret: int, error code.
|
|
Restrictions |
|
|
Reference |
Parent topic: Memory Management