| Home | Trees | Indices | Help |
|
|---|
|
|
Class to manipulate memory addresses.
|
|||
|
Inherited from |
|||
|
|||
| int |
|
||
| int |
|
||
| tuple( int, int ) |
|
||
| int |
|
||
|
|||
| bool |
|
||
| a new object with type S, a subtype of T |
|
||
|
|||
| int |
pageSize Page size in bytes. |
||
|
Inherited from |
|||
|
|||
Align the given address to the start of the page it occupies.
|
Align the given address to the end of the page it occupies. That is, to point to the start of the next page.
|
Align the given address range to the start and end of the page(s) it occupies.
|
Get the number of pages in use by the given buffer.
|
Determine if the two given memory address ranges intersect.
|
|
|||
pageSizePage size in bytes. Defaults to 0x1000 but it's automatically updated on runtime when importing the module.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:56 2013 | http://epydoc.sourceforge.net |