Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ RecursiveDynamicUsage
Function
RecursiveDynamicUsage
src/core_memusage.h:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
#include <memusage.h>
11
12
static inline size_t RecursiveDynamicUsage(const CScript& script) {
13
return memusage::DynamicUsage(script);
14
}
15
16
static inline size_t RecursiveDynamicUsage(const COutPoint& out) {
17
return 0;
Callers
11
ProcessInvalidTx
Method · 0.85
BOOST_FIXTURE_TEST_CASE
Function · 0.85
FUZZ_TARGET
Function · 0.85
transaction.cpp
File · 0.85
block.cpp
File · 0.85
FUZZ_TARGET
Function · 0.85
script.cpp
File · 0.85
CTxMemPoolEntry
Method · 0.85
LimitMemoryUsage
Method · 0.85
AddTransactionsFromBlock
Method · 0.85
removeForBlock
Method · 0.85
Calls
3
DynamicUsage
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
3
BOOST_FIXTURE_TEST_CASE
Function · 0.68
FUZZ_TARGET
Function · 0.68
FUZZ_TARGET
Function · 0.68