10 dmx-munmap - Unmap device memory
12 .. warning:: This API is still experimental.
24 .. c:function:: int munmap( void *start, size_t length )
31 Address of the mapped buffer as returned by the
32 :ref:`mmap() <dmx-mmap>` function.
35 Length of the mapped buffer. This must be the same value as given to
36 :ref:`mmap() <dmx-mmap>`.
42 Unmaps a previously with the :ref:`mmap() <dmx-mmap>` function mapped
43 buffer and frees it, if possible.
49 On success :ref:`munmap() <dmx-munmap>` returns 0, on failure -1 and the
50 ``errno`` variable is set appropriately:
53 The ``start`` or ``length`` is incorrect, or no buffers have been