]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/openacc-runtime-library-routines/accfree.rst
8f5b4f01016c85e5f7a73bf8dfedd41ec5068a4e
[thirdparty/gcc.git] / libgomp / doc / openacc-runtime-library-routines / accfree.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _acc_free:
7
8 acc_free -- Free device memory.
9 *******************************
10
11 Description
12 Free previously allocated device memory at the device address ``a``.
13
14 C/C++:
15 .. list-table::
16
17 * - *Prototype*:
18 - ``acc_free(d_void *a);``
19
20 Reference:
21 :openacc:`2.6`, section
22 3.2.19.