VSTa manual pages  - PAGE_RELEASE (2)

NAME

page_release - unlock wired memory

CONTENTS

Synopsis
Description

SYNOPSIS

#include <sys/syscall.h>
int page_release(uint handle);

DESCRIPTION

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)
Generated by manServer 1.06 from pagerel.2 using man macros.