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; }