[#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(0x7f95135d0f38), guarded_by(0x7f9501b10318), guarded_by(0x7f950ec76508), guarded_by(0x7f9525ea6258), guarded_by(0x7f9515095998), guarded_by(0x7f9508269c38), guarded_by(0x7f94f856d348), guarded_by(0x7f9513c57538)]] uint64_t cachedInnerUsage = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#