[#Coin-04-DynamicMemoryUsage] = xref:Coin-04.adoc[Coin]::DynamicMemoryUsage :relfileprefix: ../ :mrdocs: Report the heap memory used by this coin beyond its own size. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t DynamicMemoryUsage() const; ---- == Return Value The number of dynamically allocated bytes held by the output's scriptPubKey. [.small]#Created with https://www.mrdocs.com[MrDocs]#