MUNLOCK(3) Library Functions Manual MUNLOCK(3)

munlockunlock a range of process address space

#include <sys/mman.h>

int munlock(const void * addr, size_t len);

Refer to mlock(3) .

Derived from the POSIX Realtime Extension (1003.1b-1993/1003.1i-1995)

February 1997 posix.fail