Bitcoin Core  22.99.0
P2P Digital Currency
Public Attributes | List of all members
CacheSizes Struct Reference

#include <caches.h>

Public Attributes

int64_t block_tree_db
 
int64_t coins_db
 
int64_t coins
 
int64_t tx_index
 
int64_t filter_index
 

Detailed Description

Definition at line 13 of file caches.h.

Member Data Documentation

◆ block_tree_db

int64_t CacheSizes::block_tree_db

Definition at line 14 of file caches.h.

◆ coins

int64_t CacheSizes::coins

Definition at line 16 of file caches.h.

◆ coins_db

int64_t CacheSizes::coins_db

Definition at line 15 of file caches.h.

◆ filter_index

int64_t CacheSizes::filter_index

Definition at line 18 of file caches.h.

◆ tx_index

int64_t CacheSizes::tx_index

Definition at line 17 of file caches.h.


The documentation for this struct was generated from the following file: