Dynamic memory used by a prevector's overflow buffer.
Declared in <memusage.h>
template<
unsigned int N,
typename X,
typename S,
typename D>
static
size_t
DynamicUsage(prevector<N, X, S, D> const& v);
The bytes allocated outside the prevector's inline storage.
| Name | Description |
|---|---|
| v | The prevector to measure. |