Classes | |
class | PmTypeInfo |
class | PmHeap |
Functions | |
def | unpack_fp |
def | PmObjectClass |
def | main |
Variables | |
tuple | PmFieldInfo = collections.namedtuple('PmFieldInfo', 'name type mul') |
tuple | PmBitfieldInfo = collections.namedtuple('PmFieldInfo', 'type fields mul') |
is_dotted | |
is_dotrev | |
heap | |
fp | |
addr | |
mark | |
free | |
size | |
objtype | |
typeindex | |
type |
See the source docstring for details.
def pmHeapDump::unpack_fp | ( | fmt, | ||
fp, | ||||
increment = True | ||||
) |
Unpacks a structure from a file, increment the position if set.
Definition at line 78 of file pmHeapDump.py.