Home
last modified time | relevance | path

Searched refs:kFileAlignmentSize (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.h214 static const size_t kFileAlignmentSize = 4 * 1024; // align file size variable
Dblock_cache_tier_file.cc418 assert(buf->Used() % kFileAlignmentSize == 0); in DispatchBuffer()