Next: acc_copyin
– Allocate device memory and copy host memory to it., Previous: acc_malloc
– Allocate device memory., Up: OpenACC Runtime Library Routines [Contents][Index]
acc_free
– Free device memory.Free previously allocated device memory at the device address a
.
Prototype: | acc_free(d_void *a); |
OpenACC specification v2.6, section 3.2.19.