Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mmap_unmap(3)		    Library Functions Manual		   mmap_unmap(3)

NAME
     mmap_unmap - unmap an existing memory mapping

SYNTAX
     #include <libowfat/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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_mmap_unmap&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help