Méthode | Description | |
---|---|---|
Allocate ( ) : uint |
Allocate a physical page from the free list
|
|
Free ( uint address ) : void |
Releases a page to the free list
|
|
Setup ( ) : void |
Setup the physical page manager
|
Méthode | Description | |
---|---|---|
AddFreeMemory ( uint cnt, uint start, uint size ) : void |
Adds the free memory.
|
|
SetupFreeMemory ( ) : void |
Setups the free memory.
|
public static Free ( uint address ) : void | ||
address | uint | The address. |
Résultat | void |