[#CTxMemPool-cachedInnerUsage] = xref:CTxMemPool.adoc[CTxMemPool]::cachedInnerUsage :relfileprefix: ../ :mrdocs: sum of dynamic memory usage of all the map elements (NOT the maps themselves) == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff37b41e838), guarded_by(0x7ff376fd61e8), guarded_by(0x7ff38def5408), guarded_by(0x7ff3640f6418), guarded_by(0x7ff3920f6708), guarded_by(0x7ff37f5c8828), guarded_by(0x7ff37d00faa8), guarded_by(0x7ff374c132b8)]] uint64_t cachedInnerUsage = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#