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

Method setMainMap

src/pystack/_pystack/mem.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void
142MemoryMapInformation::setMainMap(const VirtualMap& main_map)
143{
144 d_main_map = main_map;
145}
146
147void
148MemoryMapInformation::setBss(const VirtualMap& bss)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected