MCPcopy 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
140size_t DataStream::GetMemoryUsage() const noexcept
141{
142 return sizeof(*this) + memusage::DynamicUsage(vch);
143}

Callers

nothing calls this directly

Calls 1

DynamicUsageFunction · 0.85

Tested by

no test coverage detected