mmap_unmap(3) 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.