[#memusage-DynamicUsage-0a] = xref:memusage.adoc[memusage]::DynamicUsage :relfileprefix: ../ :mrdocs: Dynamic memory usage of a raw pointer‐to‐const is zero (the pointee is not owned). == Synopsis Declared in `<memusage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename X> static size_t DynamicUsage(X const const*& v); ---- == Return Value Always 0. == Parameters [cols="1,4"] |=== | Name| Description | *v* | The pointer whose dynamic usage is queried. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#