Home
last modified time | relevance | path

Searched refs:nCacheSize (Results 1 – 25 of 121) sorted by relevance

12345

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Ddbwrapper.cpp18 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
21 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
22 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
34 CDBWrapper::CDBWrapper(const boost::filesystem::path& path, size_t nCacheSize, bool fMemory, bool f… in CDBWrapper() argument
41 options = GetOptions(nCacheSize); in CDBWrapper()
H A Dtxdb.cpp30 CCoinsViewDB::CCoinsViewDB(size_t nCacheSize, bool fMemory, bool fWipe) : db(GetDataDir() / "chains… in CCoinsViewDB() argument
72 …TreeDB::CBlockTreeDB(size_t nCacheSize, bool fMemory, bool fWipe) : CDBWrapper(GetDataDir() / "blo… in CBlockTreeDB() argument
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Ddbwrapper.cpp18 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
21 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
22 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
34 CDBWrapper::CDBWrapper(const boost::filesystem::path& path, size_t nCacheSize, bool fMemory, bool f… in CDBWrapper() argument
41 options = GetOptions(nCacheSize); in CDBWrapper()
H A Dtxdb.cpp30 CCoinsViewDB::CCoinsViewDB(size_t nCacheSize, bool fMemory, bool fWipe) : db(GetDataDir() / "chains… in CCoinsViewDB() argument
72 …TreeDB::CBlockTreeDB(size_t nCacheSize, bool fMemory, bool fWipe) : CDBWrapper(GetDataDir() / "blo… in CBlockTreeDB() argument
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Ddbwrapper.cpp18 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
21 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
22 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
34 CDBWrapper::CDBWrapper(const boost::filesystem::path& path, size_t nCacheSize, bool fMemory, bool f… in CDBWrapper() argument
41 options = GetOptions(nCacheSize); in CDBWrapper()
H A Dtxdb.cpp30 CCoinsViewDB::CCoinsViewDB(size_t nCacheSize, bool fMemory, bool fWipe) : db(GetDataDir() / "chains… in CCoinsViewDB() argument
72 …TreeDB::CBlockTreeDB(size_t nCacheSize, bool fMemory, bool fWipe) : CDBWrapper(GetDataDir() / "blo… in CBlockTreeDB() argument
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize);
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize);
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize);
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize); in CDBWrapper()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize); in CDBWrapper()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize); in CDBWrapper()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize);
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize);
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize);
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Ddbwrapper.cpp100 static leveldb::Options GetOptions(size_t nCacheSize) in GetOptions() argument
103 options.block_cache = leveldb::NewLRUCache(nCacheSize / 2); in GetOptions()
104 …options.write_buffer_size = nCacheSize / 4; // up to two write buffers may be held in memory simul… in GetOptions()
117 CDBWrapper::CDBWrapper(const fs::path& path, size_t nCacheSize, bool fMemory, bool fWipe, bool obfu… in CDBWrapper() argument
125 options = GetOptions(nCacheSize);
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_vsil_cache.cpp85 size_t nCacheSize );
124 VSICachedFile::VSICachedFile( VSIVirtualHandle *poBaseHandle, size_t nChunkSize, size_t nCacheSize ) in VSICachedFile() argument
131 if ( nCacheSize == 0 ) in VSICachedFile()
135 nCacheMax = nCacheSize; in VSICachedFile()
513 VSICreateCachedFile( VSIVirtualHandle *poBaseHandle, size_t nChunkSize, size_t nCacheSize ) in VSICreateCachedFile() argument
516 return new VSICachedFile( poBaseHandle, nChunkSize, nCacheSize ); in VSICreateCachedFile()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_vsil_cache.cpp100 size_t nCacheSize );
147 size_t nCacheSize ) : in VSICachedFile() argument
149 nCacheMax(nCacheSize), in VSICachedFile()
152 if( nCacheSize == 0 ) in VSICachedFile()
551 size_t nChunkSize, size_t nCacheSize ) in VSICreateCachedFile() argument
554 return new VSICachedFile( poBaseHandle, nChunkSize, nCacheSize ); in VSICreateCachedFile()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_vsil_cache.cpp100 size_t nCacheSize );
147 size_t nCacheSize ) : in VSICachedFile() argument
149 nCacheMax(nCacheSize), in VSICachedFile()
152 if( nCacheSize == 0 ) in VSICachedFile()
551 size_t nChunkSize, size_t nCacheSize ) in VSICreateCachedFile() argument
554 return new VSICachedFile( poBaseHandle, nChunkSize, nCacheSize ); in VSICreateCachedFile()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_vsil_cache.cpp100 size_t nCacheSize );
147 size_t nCacheSize ) : in VSICachedFile() argument
149 nCacheMax(nCacheSize), in VSICachedFile()
152 if( nCacheSize == 0 ) in VSICachedFile()
551 size_t nChunkSize, size_t nCacheSize ) in VSICreateCachedFile() argument
554 return new VSICachedFile( poBaseHandle, nChunkSize, nCacheSize ); in VSICreateCachedFile()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalvirtualmem.cpp637 size_t nCacheSize, in GDALGetVirtualMem() argument
747 nCacheSize, in GDALGetVirtualMem()
892 size_t nCacheSize, in GDALDatasetGetVirtualMem() argument
901 nCacheSize, nPageSizeHint, bSingleThreadUsage, in GDALDatasetGetVirtualMem()
1014 size_t nCacheSize, in GDALRasterBandGetVirtualMem() argument
1023 nCacheSize, nPageSizeHint, bSingleThreadUsage, in GDALRasterBandGetVirtualMem()
1240 size_t nCacheSize, in GDALGetTiledVirtualMem() argument
1301 nCacheSize, in GDALGetTiledVirtualMem()
1440 size_t nCacheSize, in GDALDatasetGetTiledVirtualMem() argument
1448 nCacheSize, bSingleThreadUsage, papszOptions ); in GDALDatasetGetTiledVirtualMem()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalvirtualmem.cpp703 size_t nCacheSize, in GDALGetVirtualMem() argument
820 nCacheSize, in GDALGetVirtualMem()
969 size_t nCacheSize, in GDALDatasetGetVirtualMem() argument
978 nCacheSize, nPageSizeHint, bSingleThreadUsage, in GDALDatasetGetVirtualMem()
1094 size_t nCacheSize, in GDALRasterBandGetVirtualMem() argument
1348 size_t nCacheSize, in GDALGetTiledVirtualMem() argument
1413 nCacheSize, in GDALGetTiledVirtualMem()
1563 size_t nCacheSize, in GDALDatasetGetTiledVirtualMem() argument
1571 nCacheSize, bSingleThreadUsage, in GDALDatasetGetTiledVirtualMem()
1675 size_t nCacheSize, in GDALRasterBandGetTiledVirtualMem() argument
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalvirtualmem.cpp703 size_t nCacheSize, in GDALGetVirtualMem() argument
820 nCacheSize, in GDALGetVirtualMem()
969 size_t nCacheSize, in GDALDatasetGetVirtualMem() argument
978 nCacheSize, nPageSizeHint, bSingleThreadUsage, in GDALDatasetGetVirtualMem()
1094 size_t nCacheSize, in GDALRasterBandGetVirtualMem() argument
1348 size_t nCacheSize, in GDALGetTiledVirtualMem() argument
1413 nCacheSize, in GDALGetTiledVirtualMem()
1563 size_t nCacheSize, in GDALDatasetGetTiledVirtualMem() argument
1571 nCacheSize, bSingleThreadUsage, in GDALDatasetGetTiledVirtualMem()
1675 size_t nCacheSize, in GDALRasterBandGetTiledVirtualMem() argument
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalvirtualmem.cpp703 size_t nCacheSize, in GDALGetVirtualMem() argument
820 nCacheSize, in GDALGetVirtualMem()
969 size_t nCacheSize, in GDALDatasetGetVirtualMem() argument
978 nCacheSize, nPageSizeHint, bSingleThreadUsage, in GDALDatasetGetVirtualMem()
1094 size_t nCacheSize, in GDALRasterBandGetVirtualMem() argument
1348 size_t nCacheSize, in GDALGetTiledVirtualMem() argument
1413 nCacheSize, in GDALGetTiledVirtualMem()
1563 size_t nCacheSize, in GDALDatasetGetTiledVirtualMem() argument
1571 nCacheSize, bSingleThreadUsage, in GDALDatasetGetTiledVirtualMem()
1675 size_t nCacheSize, in GDALRasterBandGetTiledVirtualMem() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dtxtrange.hxx47 sal_uInt16 nCacheSize; // Cache-Size member in TextRanger
63 sal_uInt16 nCacheSize, sal_uInt16 nLeft, sal_uInt16 nRight,

12345