munlockall - unlock the address space of a process
#include <sys/mman.h> int munlockall(void);
int munlockall(void);
Refer to mlockall().