Dynamic memory used by a list's nodes.
Declared in <memusage.h>
<memusage.h>
template<typename X> static size_t DynamicUsage(std::list<X> const& l);
The bytes allocated for all of the list's nodes.