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

Method DynamicMemoryUsage

src/cluster_linearize.h:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 size_t DynamicMemoryUsage() const noexcept
355 {
356 return memusage::DynamicUsage(entries);
357 }
358};
359
360/** A set of transactions together with their aggregate feerate. */

Callers

nothing calls this directly

Calls 1

DynamicUsageFunction · 0.85

Tested by

no test coverage detected