Revision 49412d93e27ebb69eccddc966c7101f69abb6e65 authored by Aaron Gao on 04 May 2017, 08:21:31 UTC, committed by Aaron Gao on 09 May 2017, 22:16:57 UTC
Summary:
we align the buffer with logical sector size and should not test it with page size, which is usually 4k.
Closes https://github.com/facebook/rocksdb/pull/2245

Differential Revision: D5001842

Pulled By: lightmark

fbshipit-source-id: a7135fcf6351c6db363e8908956b1e193a4a6291
1 parent 5a8e732
History
File Mode Size
cache_bench.cc -rw-r--r-- 7.4 KB
cache_test.cc -rw-r--r-- 18.8 KB
clock_cache.cc -rw-r--r-- 25.2 KB
clock_cache.h -rw-r--r-- 636 bytes
lru_cache.cc -rw-r--r-- 13.3 KB
lru_cache.h -rw-r--r-- 8.9 KB
lru_cache_test.cc -rw-r--r-- 4.8 KB
sharded_cache.cc -rw-r--r-- 4.8 KB
sharded_cache.h -rw-r--r-- 4.0 KB

back to top