munlockall - unlock the address space of a process
#include <sys/mman.h> int munlockall(void);
Refer to mlockall().
Derived from the POSIX Realtime Extension (1003.1b-1993/1003.1i-1995)