page_release - unlock wired memory
Synopsis
Description
#include <sys/syscall.h>
int page_release(uint handle);
The page_release() system call unlocks memory previously locked down by page_wire(). The handle is the return value from such a previous call; the corresponding page is made available for paging.
PAGE_RELEASE (2) |