MCPcopy Create free account
hub / github.com/LUX-Core/lux / DynamicMemoryUsage

Method DynamicMemoryUsage

src/coins.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105size_t CCoinsViewCache::DynamicMemoryUsage() const {
106 return memusage::DynamicUsage(cacheCoins) + cachedCoinsUsage;
107}
108
109CCoinsMap::const_iterator CCoinsViewCache::FetchCoins(const uint256& txid) const
110{

Callers 8

FetchCoinsMethod · 0.45
ModifyCoinsMethod · 0.45
BatchWriteMethod · 0.45
UncacheMethod · 0.45
~CCoinsModifierMethod · 0.45
FlushStateToDiskFunction · 0.45
VerifyDBMethod · 0.45

Calls 1

DynamicUsageFunction · 0.85

Tested by

no test coverage detected