efficient call from doSweep and online delete

This commit is contained in:
Valentin Balaschenko
2025-11-11 16:53:02 +00:00
parent a1ed175b66
commit 72b34e6615
4 changed files with 12 additions and 49 deletions

View File

@@ -2,7 +2,6 @@
#define XRPL_BASICS_TAGGEDCACHE_IPP_INCLUDED
#include <xrpl/basics/IntrusivePointer.ipp>
#include <xrpl/basics/MallocTrim.h>
#include <xrpl/basics/TaggedCache.h>
namespace ripple {
@@ -327,8 +326,6 @@ TaggedCache<
std::chrono::steady_clock::now() - start)
.count()
<< "ms";
mallocTrim(std::optional<std::string>(m_name), m_journal);
}
template <