MCPcopy Create free account
hub / github.com/bloomberg/pystack / MemoryMapInformation

Class MemoryMapInformation

src/pystack/maps.py:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91@dataclasses.dataclass
92class MemoryMapInformation:
93 memory: MemoryRange
94 heap: Optional[VirtualMap]
95 bss: Optional[VirtualMap]
96 python: VirtualMap
97 libpython: Optional[VirtualMap]
98
99
100def _read_maps(pid: int) -> List[str]:

Callers 3

Calls

no outgoing calls

Tested by 2