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

Method setBss

src/pystack/_pystack/mem.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void
148MemoryMapInformation::setBss(const VirtualMap& bss)
149{
150 d_bss = bss;
151}
152
153void
154MemoryMapInformation::setHeap(const VirtualMap& heap)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected