A high-performance general-purpose compute library

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)
 

Detailed Description

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.


Function Documentation

◆ af_free_pinned()

af_err af_free_pinned ( void * ptr)

◆ freePinned()

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.


Parameters
[in]ptrthe memory to free