debian man page for mmap_unmap

Query: mmap_unmap

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mmap_unmap(3)						     Library Functions Manual						     mmap_unmap(3)

NAME
mmap_unmap - unmap an existing memory mapping
SYNTAX
#include <mmap.h> int mmap_unmap(char* mapped,size_t maplen);
DESCRIPTION
mmap_unmap removes a memory mapping established by mmap_read, mmap_private or mmap_shared.
SEE ALSO
munmap(2), mmap_read(3), mmap_private(3), mmap_shared(3) mmap_unmap(3)
Related Man Pages
munmap(2) - freebsd
munmap(2) - mojave
munmap(3) - linux
munmap(2) - netbsd
munmap(2) - osx
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph