[#memusage-DynamicUsage-09] = xref:memusage.adoc[memusage]::DynamicUsage :relfileprefix: ../ :mrdocs: Dynamic memory used by an indirectmap's tree nodes. == Synopsis Declared in `<memusage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename X, typename Y> static size_t DynamicUsage(xref:indirectmap.adoc[indirectmap<X, Y>] const& m); ---- == Return Value The bytes allocated for all of the map's nodes. == Parameters [cols="1,4"] |=== | Name| Description | *m* | The indirectmap to measure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#