]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/doc/openacc-runtime-library-routines/accunmapdata.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openacc-runtime-library-routines / accunmapdata.rst
CommitLineData
c63539ff
ML
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_unmap_data:
7
8acc_unmap_data -- Unmap device memory from host memory.
9*******************************************************
10
11Description
12 This function unmaps previously mapped device and host memory. The latter
13 specified by :samp:`{h}`.
14
15C/C++:
16 .. list-table::
17
18 * - *Prototype*:
19 - ``acc_unmap_data(h_void *h);``
20
21Reference:
22 :openacc:`2.6`, section
3ed1b4ce 23 3.2.27.