![]() |
My Project
|
|
Free device memory allocated by ArrayFire's memory manager. More...
Functions | |
AFAPI void | free (const void *ptr) |
Free device memory allocated by ArrayFire's memory manager. | |
AFAPI af_err | af_free_device (void *ptr) |
This function will free a device pointer even if it has been previously locked. | |
Free device memory allocated by ArrayFire's memory manager.
These calls free the device memory. These functions need to be called on pointers allocated using alloc function.
This function will free a device pointer even if it has been previously locked.
Free device memory allocated by ArrayFire's memory manager.
These calls free the device memory. These functions need to be called on pointers allocated using alloc function.
[in] | ptr | the memory to free |
This function will free a device pointer even if it has been previously locked.