MemoryPoolReleasePage Method

Releases the page back to the buffer pool for reallocation.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void ReleasePage(
	int pageIndex
)

Parameters

pageIndex  Int32
A value of zero or less will return silently.

Remarks

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.

See Also