From: Alex Ainscow Date: Thu, 27 Mar 2025 13:52:05 +0000 (+0000) Subject: test: Add mempool (but don't use it yet) X-Git-Tag: v20.3.0~29^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d43485dec5f307b4e76adbd6632f6d0f0d2dabd5;p=ceph.git 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 --- diff --git a/src/include/mempool.h b/src/include/mempool.h index 3910d8228cd0..6af235364bd4 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)