Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetMemoryUsage
Method
GetMemoryUsage
src/streams.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
size_t DataStream::GetMemoryUsage() const noexcept
141
{
142
return sizeof(*this) + memusage::DynamicUsage(vch);
143
}
Callers
nothing calls this directly
Calls
1
DynamicUsage
Function · 0.85
Tested by
no test coverage detected