From d43485dec5f307b4e76adbd6632f6d0f0d2dabd5 Mon Sep 17 00:00:00 2001 From: Alex Ainscow Date: Thu, 27 Mar 2025 13:52:05 +0000 Subject: [PATCH] test: Add mempool (but don't use it yet) Optimised has an extent cache which consumes memory resources. As such, we create a new mempool to track these. This is not yet used. Signed-off-by: Alex Ainscow --- src/include/mempool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/mempool.h b/src/include/mempool.h index 3910d8228cd..6af235364bd 100644 --- a/src/include/mempool.h +++ b/src/include/mempool.h @@ -178,6 +178,7 @@ namespace mempool { f(osdmap_mapping) \ f(pgmap) \ f(mds_co) \ + f(ec_extent_cache) \ f(unittest_1) \ f(unittest_2) -- 2.47.3