rocksdb/cache
Jay Zhuang d15fbae449 Refactor Option obj address from char* to void* (#8295)
Summary:
And replace `reinterpret_cast` with `static_cast` or no cast.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8295

Test Plan: `make check`

Reviewed By: mrambacher

Differential Revision: D28420303

Pulled By: jay-zhuang

fbshipit-source-id: 645be123a0df624dc2bea37cd54a35403fc494fa
2021-05-13 14:29:42 -07:00
..
cache_bench.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
cache_helpers.h Introduce BlobFileCache and add support for blob files to Get() (#7540) 2020-10-15 13:04:47 -07:00
cache_test.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
cache.cc Refactor Option obj address from char* to void* (#8295) 2021-05-13 14:29:42 -07:00
clock_cache.cc Fix a minor clang release build failure (#8290) 2021-05-12 10:45:29 -07:00
clock_cache.h Change RocksDB License 2017-07-15 16:11:23 -07:00
lru_cache_test.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
lru_cache.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
lru_cache.h New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
sharded_cache.cc New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00
sharded_cache.h New Cache API for gathering statistics (#8225) 2021-05-11 16:17:10 -07:00