munlock - unlock a range of process address space
#include <sys/mman.h> int munlock(const void * addr, size_t len);
Refer to mlock().
Derived from the POSIX Realtime Extension (1003.1b-1993/1003.1i-1995)