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

Function IncrementalDynamicUsage

src/memusage.h:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

UpdateChildMethod · 0.85
UpdateParentMethod · 0.85

Calls 1

MallocUsageFunction · 0.85

Tested by

no test coverage detected