[#DataStream-GetMemoryUsage] = xref:DataStream.adoc[DataStream]::GetMemoryUsage :relfileprefix: ../ :mrdocs: Compute total memory usage of this object (own memory + any dynamic memory). == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t GetMemoryUsage() const noexcept; ---- == Return Value The number of bytes used, including the object itself and its dynamic buffer. [.small]#Created with https://www.mrdocs.com[MrDocs]#