MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetMemoryUsage

Method GetMemoryUsage

src/net.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121std::string strSubVersion;
122
123size_t CSerializedNetMsg::GetMemoryUsage() const noexcept
124{
125 return sizeof(*this) + memusage::DynamicUsage(m_type) + memusage::DynamicUsage(data);
126}
127
128size_t CNetMessage::GetMemoryUsage() const noexcept
129{

Callers 5

GetSendMemoryUsageMethod · 0.45
SocketSendDataMethod · 0.45
PollMessageMethod · 0.45
PushMessageMethod · 0.45

Calls 1

DynamicUsageFunction · 0.85

Tested by

no test coverage detected