|
NAMEmmap_unmap - unmap an existing memory mappingSYNTAX#include <libowfat/mmap.h>int mmap_unmap(char* mapped,size_t maplen); DESCRIPTIONmmap_unmap removes a memory mapping established by mmap_read, mmap_private or mmap_shared.SEE ALSOmunmap(2), mmap_read(3), mmap_private(3), mmap_shared(3) Visit the GSP FreeBSD Man Page Interface. |