logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mmap_unmap - unmap an existing memory mapping

Description

       mmap_unmap removes a memory mapping established by mmap_read, mmap_private or mmap_shared.

Name

       mmap_unmap - unmap an existing memory mapping

See Also

munmap(2), mmap_read(3), mmap_private(3), mmap_shared(3)

                                                                                                   mmap_unmap(3)

Syntax

#include<libowfat/mmap.h>

       int mmap_unmap(char* mapped,size_t maplen);

See Also