Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ containsAddr
Method
containsAddr
src/pystack/_pystack/mem.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
bool
57
VirtualMap::containsAddr(remote_addr_t addr) const
58
{
59
return d_start <= addr && addr < d_end;
60
}
61
62
uintptr_t
63
VirtualMap::Start() const
Callers
1
copyMemoryFromProcess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected