Compute total memory usage of this object (own memory + any dynamic memory).

Synopsis

Declared in <streams.h>

size_t
GetMemoryUsage() const noexcept;

Return Value

The number of bytes used, including the object itself and its dynamic buffer.

Created with MrDocs