| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
MemoryAddresses
Class to manipulate memory addresses.
|
|||
|
Inherited from |
|||
|
|||
| a new object with type S, a subtype of T |
|
||
| int |
|
||
| int |
|
||
| tuple( int, int ) |
|
||
| int |
|
||
|
|||
| bool |
|
||
|
|||
| int |
pageSize = 4096Page size in bytes. |
||
|
|||
|
Inherited from |
|||
|
|||
Don't try to instance this class, it's just a namespace!
|
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 Tue Jul 20 14:32:16 2010 | http://epydoc.sourceforge.net |