MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / get_alloc_size

Method get_alloc_size

pythonmemorymodule/pefile.py:2054–2055  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2052 )
2053
2054 def get_alloc_size(self):
2055 return self.struct.AllocSizeInQwordsMinus8 * 8 + 8
2056
2057 def __str__(self):
2058 return ".ALLOCSTACK " + hex(self.get_alloc_size())

Callers 1

__str__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected