rocksdb/cache
anand76 22105366d9 More accurate accounting of compressed cache memory (#13032)
Summary:
When an item is inserted into the compressed secondary cache, this PR calculates the charge using the malloc_usable_size of the allocated memory, as well as the unique pointer allocation.

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

Test Plan: New unit test

Reviewed By: pdillinger

Differential Revision: D63418493

Pulled By: anand1976

fbshipit-source-id: 1db2835af6867442bb8cf6d9bf412e120ddd3824
2024-09-25 17:47:40 -07:00
..
cache.cc Make Cache a customizable class (#13024) 2024-09-20 12:13:19 -07:00
cache_bench.cc
cache_bench_tool.cc
cache_entry_roles.cc
cache_entry_roles.h
cache_entry_stats.h
cache_helpers.cc
cache_helpers.h
cache_key.cc
cache_key.h
cache_reservation_manager.cc
cache_reservation_manager.h
cache_reservation_manager_test.cc
cache_test.cc Provide a way to invoke a callback for a Cache handle (#12987) 2024-09-06 14:54:09 -07:00
charged_cache.cc
charged_cache.h
clock_cache.cc Provide a way to invoke a callback for a Cache handle (#12987) 2024-09-06 14:54:09 -07:00
clock_cache.h Provide a way to invoke a callback for a Cache handle (#12987) 2024-09-06 14:54:09 -07:00
compressed_secondary_cache.cc More accurate accounting of compressed cache memory (#13032) 2024-09-25 17:47:40 -07:00
compressed_secondary_cache.h More accurate accounting of compressed cache memory (#13032) 2024-09-25 17:47:40 -07:00
compressed_secondary_cache_test.cc More accurate accounting of compressed cache memory (#13032) 2024-09-25 17:47:40 -07:00
lru_cache.cc Provide a way to invoke a callback for a Cache handle (#12987) 2024-09-06 14:54:09 -07:00
lru_cache.h Provide a way to invoke a callback for a Cache handle (#12987) 2024-09-06 14:54:09 -07:00
lru_cache_test.cc
secondary_cache.cc
secondary_cache_adapter.cc Respect lowest_used_cache_tier option for compressed blocks (#13030) 2024-09-25 11:45:51 -07:00
secondary_cache_adapter.h
sharded_cache.cc
sharded_cache.h
tiered_secondary_cache.cc
tiered_secondary_cache.h
tiered_secondary_cache_test.cc Respect lowest_used_cache_tier option for compressed blocks (#13030) 2024-09-25 11:45:51 -07:00
typed_cache.h