Home
last modified time | relevance | path

Searched refs:GetWalPreallocateBlockSize (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc271 return GetWalPreallocateBlockSize(write_buffer_size); in TEST_GetWalPreallocateBlockSize()
Ddb_impl_write.cc1680 GetWalPreallocateBlockSize(mutable_cf_options.write_buffer_size); in SwitchMemtable()
1783 size_t DBImpl::GetWalPreallocateBlockSize(uint64_t write_buffer_size) const { in GetWalPreallocateBlockSize() function in ROCKSDB_NAMESPACE::DBImpl
Ddb_impl_open.cc1433 impl->GetWalPreallocateBlockSize(max_write_buffer_size); in Open()
Ddb_impl.h1684 size_t GetWalPreallocateBlockSize(uint64_t write_buffer_size) const;