MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IncrementalDynamicUsage

Function IncrementalDynamicUsage

src/memusage.h:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118template<typename X, typename Y>
119static inline size_t IncrementalDynamicUsage(const std::set<X, Y>& s)
120{
121 return MallocUsage(sizeof(stl_tree_node<X>));
122}
123
124template<typename X, typename Y, typename Z>
125static inline size_t DynamicUsage(const std::map<X, Y, Z>& m)

Callers 1

integer.cppFile · 0.85

Calls 1

MallocUsageFunction · 0.85

Tested by

no test coverage detected