From 50a7a8e3e033b38c1201a87cbebe30d427f97bc6 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Tue, 14 Jul 2026 20:21:23 -0400 Subject: [PATCH] Experiment. Do not push --- include/xrpl/basics/TaggedCache.ipp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/xrpl/basics/TaggedCache.ipp b/include/xrpl/basics/TaggedCache.ipp index 447743a7b7..710d6f6174 100644 --- a/include/xrpl/basics/TaggedCache.ipp +++ b/include/xrpl/basics/TaggedCache.ipp @@ -623,10 +623,11 @@ TaggedCache> bufferShift) + 1; + auto const buffer = (size >> bufferShift) + 1; + size += buffer; v.reserve(size); ++allocationIterations; }