![]() |
|
Free device memory allocated by ArrayFire's memory manager. More...
Functions | |
AFAPI af_err | af_free_device (void *ptr) |
AFAPI void | free (const void *ptr) |
Free device memory allocated by ArrayFire's memory manager. More... | |
AFAPI void | freePinned (const void *ptr) |
Free device memory allocated by ArrayFire's memory manager. More... | |
Free device memory allocated by ArrayFire's memory manager.
These calls free the device or pinned memory. These functions need to be called
AFAPI void af::free | ( | const void * | ptr | ) |
Free device memory allocated by ArrayFire's memory manager.
These calls free the device or pinned memory. These functions need to be called
[in] | ptr | the memory to free |
AFAPI void af::freePinned | ( | const void * | ptr | ) |
Free device memory allocated by ArrayFire's memory manager.
These calls free the device or pinned memory. These functions need to be called
[in] | ptr | the memory to free |