Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
void
148
MemoryMapInformation::setBss(const VirtualMap& bss)
149
{
150
d_bss = bss;
151
}
152
153
void
154
MemoryMapInformation::setHeap(const VirtualMap& heap)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected