MCPcopy Create free account
hub / github.com/ElementsProject/elements / IncrementalDynamicUsage

Function IncrementalDynamicUsage

src/memusage.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104template<typename X, typename Y>
105static inline size_t IncrementalDynamicUsage(const std::set<X, Y>& s)
106{
107 return MallocUsage(sizeof(stl_tree_node<X>));
108}
109
110template<typename X, typename Y, typename Z>
111static inline size_t DynamicUsage(const std::map<X, Y, Z>& m)

Callers 3

UpdateChildMethod · 0.85
UpdateParentMethod · 0.85
FUZZ_TARGET_INITFunction · 0.85

Calls 1

MallocUsageFunction · 0.85

Tested by 1

FUZZ_TARGET_INITFunction · 0.68