We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7cf2a commit 434d77eCopy full SHA for 434d77e
cachelib/allocator/tests/MemoryTiersTest.cpp
@@ -27,7 +27,6 @@ using LruAllocatorConfig = CacheAllocatorConfig<LruAllocator>;
27
using LruMemoryTierConfigs = LruAllocatorConfig::MemoryTierConfigs;
28
using Strings = std::vector<std::string>;
29
30
-const size_t metaDataSize = 4194304;
31
constexpr size_t MB = 1024ULL * 1024ULL;
32
constexpr size_t GB = MB * 1024ULL;
33
0 commit comments