]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mem/AllocatorProxy.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / mem / AllocatorProxy.cc
index 9df8e83664f09a677dc00204a5d9153a8b2a23e0..12733f63e1caf6cf520f0bdf444d3faecc54e191 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -41,7 +41,7 @@ Mem::AllocatorProxy::inUseCount() const
     if (!theAllocator)
         return 0;
     else
-        return memPoolInUseCount(theAllocator);
+        return theAllocator->inUseCount();
 }
 
 void