SyTen

◆ get()

template<typename Key , typename Value >
static MemorySize syten::MemoryUsage::AllocSize< std::unordered_map< Key, Value >, MemorySize >::get ( std::unordered_map< Key, Value > const &  m)
inlinestatic

Returns the memory allocated by the elements of the map plus the sizes of individual objects.

Remarks
Does not count overhead induced by the map as I don’t know its memory layout.

References syten::MemoryUsage::totalSize().

+ Here is the call graph for this function: