MUNLOCK(3) Library Functions Manual MUNLOCK(3)
NAME
munlock — unlock a
range of process address space
SYNOPSIS
#include <sys/mman.h> int munlock(const void * addr, size_t len);
DESCRIPTION
Refer to mlock(3) .
DERIVATION
Derived from the POSIX Realtime Extension (1003.1b-1993/1003.1i-1995)
February 1997 posix.fail