MCPcopy 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
12static inline size_t RecursiveDynamicUsage(const CScript& script) {
13 return memusage::DynamicUsage(script);
14}
15
16static inline size_t RecursiveDynamicUsage(const COutPoint& out) {
17 return 0;

Callers 10

addTransactionMethod · 0.85
removeForBlockMethod · 0.85
removeEntryMethod · 0.85
CTxMemPoolEntryMethod · 0.85
ProcessMessageMethod · 0.85
FUZZ_TARGETFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
FUZZ_TARGETFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85

Calls 3

DynamicUsageFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 5

FUZZ_TARGETFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68
FUZZ_TARGETFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68