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.6, section 3.2.19.
Free previously allocated device memory at the device address a
.
Prototype: |
|
OpenACC specification v2.6, section 3.2.19.