mmap_unmap(3) debian man page | unix.com

Man Page: mmap_unmap

Operating Environment: debian

Section: 3

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(3) - linux
explain_munmap_or_die(3) - debian
munmap(2) - osx
devmap(9e) - centos
devmap(9e) - php
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?