| 114 | } |
| 115 | |
| 116 | MemoryMapInformation::MemoryMapInformation() |
| 117 | : d_main_map(std::nullopt) |
| 118 | , d_bss(std::nullopt) |
| 119 | , d_heap(std::nullopt) |
| 120 | { |
| 121 | } |
| 122 | |
| 123 | const std::optional<VirtualMap>& |
| 124 | MemoryMapInformation::MainMap() |
nothing calls this directly
no outgoing calls
no test coverage detected