/*
- * $Id: protos.h,v 1.237 1998/07/22 20:53:59 wessels Exp $
+ * $Id: protos.h,v 1.238 1998/07/22 21:07:36 wessels Exp $
*
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
extern void memFree8K(void *);
extern void memFreeDISK(void *);
extern int memInUse(mem_type);
-extern size_t memTotalAllocated();
/* MemPool */
extern MemPool *memPoolCreate(const char *label, size_t obj_size);
/*
- * $Id: stat.cc,v 1.264 1998/07/22 20:37:52 wessels Exp $
+ * $Id: stat.cc,v 1.265 1998/07/22 21:07:37 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
mp.treeoverhead);
#endif /* HAVE_EXT_MALLINFO */
#endif /* HAVE_MALLINFO */
+ storeAppendPrintf(sentry, "Memory accounted for:\n");
+ storeAppendPrintf(sentry, "\tTotal accounted: %6d KB %d%%\n",
+ memTotalAllocated());
storeAppendPrintf(sentry, "File descriptor usage for %s:\n", appname);
storeAppendPrintf(sentry, "\tMaximum number of file descriptors: %4d\n",