Méthode | Description | |
---|---|---|
Release ( uint address, uint count ) : void |
Releases the pages.
|
|
Reserve ( uint size ) : uint |
Reserves the pages.
|
|
Setup ( ) : void |
Setups this instance.
|
Méthode | Description | |
---|---|---|
GetPageIndex ( uint address ) : uint |
Gets the index of the page.
|
|
GetPageStatus ( uint page ) : bool |
Gets the page status from the bitmap
|
|
SetPageStatus ( uint page, bool free ) : void |
Sets the page status in the bitmap.
|
public static Release ( uint address, uint count ) : void | ||
address | uint | The address. |
count | uint | The count. |
Résultat | void |
public static Reserve ( uint size ) : uint | ||
size | uint | The size. |
Résultat | uint |