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

Method MemoryMapInformation

src/pystack/_pystack/mem.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116MemoryMapInformation::MemoryMapInformation()
117: d_main_map(std::nullopt)
118, d_bss(std::nullopt)
119, d_heap(std::nullopt)
120{
121}
122
123const std::optional<VirtualMap>&
124MemoryMapInformation::MainMap()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected