Dynamic memory usage of a raw pointer-to-const is zero (the pointee is not owned).
Declared in <memusage.h>
template<typename X>
static
size_t
DynamicUsage(X const const*& v);
Always 0.
| Name | Description |
|---|---|
| v | The pointer whose dynamic usage is queried. |