Dynamic memory owned by a unique_ptr.
Declared in <memusage.h>
<memusage.h>
template<typename X> static size_t DynamicUsage(std::unique_ptr<X> const& p);
The bytes allocated for the pointee, or 0 if empty.