pmHeapDump::PmHeap Class Reference
List of all members.
Detailed Description
Member Function Documentation
| def pmHeapDump::PmHeap::__getitem__ |
( |
|
self, |
|
|
|
indx | |
|
) |
| | |
Returns the object at the given address
or the string of bytes defined by the slice.
| def pmHeapDump::PmHeap::__init__ |
( |
|
self, |
|
|
|
fn | |
|
) |
| | |
Initialize the heap based on the given dump file.
| def pmHeapDump::PmHeap::parse_heap |
( |
|
self |
) |
|
Parse the heap into a dict of key=address, value=object items
The documentation for this class was generated from the following file: