Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ 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
10
addTransaction
Method · 0.85
removeForBlock
Method · 0.85
removeEntry
Method · 0.85
CTxMemPoolEntry
Method · 0.85
ProcessMessage
Method · 0.85
FUZZ_TARGET
Function · 0.85
FUZZ_TARGET_INIT
Function · 0.85
FUZZ_TARGET_INIT
Function · 0.85
FUZZ_TARGET
Function · 0.85
FUZZ_TARGET_INIT
Function · 0.85
Calls
3
DynamicUsage
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
5
FUZZ_TARGET
Function · 0.68
FUZZ_TARGET_INIT
Function · 0.68
FUZZ_TARGET_INIT
Function · 0.68
FUZZ_TARGET
Function · 0.68
FUZZ_TARGET_INIT
Function · 0.68