![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <coins.h>#include <dbwrapper.h>#include <kernel/cs_main.h>#include <sync.h>#include <util/fs.h>#include <cstddef>#include <cstdint>#include <memory>#include <optional>#include <vector>Go to the source code of this file.
Classes | |
| struct | CoinsViewOptions |
| User-controlled performance and debug options. More... | |
| class | CCoinsViewDB |
| CCoinsView backed by the coin database (chainstate/) More... | |
Variables | |
| static const int64_t | nDefaultDbCache = 450 |
| -dbcache default (MiB) More... | |
| static const int64_t | nDefaultDbBatchSize = 16 << 20 |
| -dbbatchsize default (bytes) More... | |
| static const int64_t | nMaxDbCache = sizeof(void*) > 4 ? 16384 : 1024 |
| max. -dbcache (MiB) More... | |
| static const int64_t | nMinDbCache = 4 |
| min. -dbcache (MiB) More... | |
| static const int64_t | nMaxBlockDBCache = 2 |
| Max memory allocated to block tree DB specific cache, if no -txindex (MiB) More... | |
| static const int64_t | nMaxTxIndexCache = 1024 |
| Max memory allocated to block tree DB specific cache, if -txindex (MiB) More... | |
| static const int64_t | max_filter_index_cache = 1024 |
| Max memory allocated to all block filter index caches combined in MiB. More... | |
| static const int64_t | nMaxCoinsDBCache = 8 |
| Max memory allocated to coin DB specific cache (MiB) More... | |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.14