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