Free pinned memory allocated by ArrayFire's memory manager More...
Functions | |
void | freePinned (const void *ptr) |
Free pinned memory allocated by ArrayFire's memory manager | |
af_err | af_free_pinned (void *ptr) |
Free pinned memory allocated by ArrayFire's memory manager
These calls free the pinned memory on host. These functions need to be called on pointers allocated using pinned function.
af_err af_free_pinned | ( | void * | ptr | ) |
void freePinned | ( | const void * | ptr | ) |
Free pinned memory allocated by ArrayFire's memory manager
These calls free the pinned memory on host. These functions need to be called on pointers allocated using pinned function.
[in] | ptr | the memory to free |