Dynamic memory used by a map's tree nodes.
Declared in <memusage.h>
template<
typename X,
typename Y,
typename Z>
static
size_t
DynamicUsage(std::map<X, Y, Z> const& m);
The bytes allocated for all of the map's nodes.
| Name | Description |
|---|---|
| m | The map to measure. |