Next: , Previous: acc_malloc, Up: OpenACC Runtime Library Routines


5.16 acc_free – Free device memory.

Description
Free previously allocated device memory at the device address a.
C/C++:

Prototype: acc_free(d_void *a);

Reference:
OpenACC specification v2.0, section 3.2.16.