MemoryPoolReleasePage Method
Releases the page back to the buffer pool for reallocation.
Namespace: SnapDB.IO.UnmanagedAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void ReleasePage(
int pageIndex
)
Public Sub ReleasePage (
pageIndex As Integer
)
public:
void ReleasePage(
int pageIndex
)
function ReleasePage(pageIndex);
Parameters
- pageIndex Int32
- A value of zero or less will return silently.
The page released will not be initialized.
Releasing a page is on the honor system.
Re-referencing a released page will most certainly cause
unexpected crashing or data corruption or any other unexplained behavior.