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