[#ChainstateManager-m_total_coinstip_cache] = xref:ChainstateManager.adoc[ChainstateManager]::m_total_coinstip_cache :relfileprefix: ../ :mrdocs: The total number of bytes available for us to use across all in‐memory coins caches. This will be split somehow across chainstates. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t m_total_coinstip_cache = {0}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#