разблокировать диапазон адресного пространства процесса (unlock a range of process address space)
Пролог (Prolog)
This manual page is part of the POSIX Programmer's Manual. The
Linux implementation of this interface may differ (consult the
corresponding Linux manual page for details of Linux behavior),
or the interface may not be implemented on Linux.
Имя (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(3p).