From: wessels <> Date: Sat, 24 May 1997 02:46:13 +0000 (+0000) Subject: never use mallocmap() X-Git-Tag: SQUID_3_0_PRE1~4971 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75c52066699144f204f0e11e80ddbcf0d06bf1a5;p=thirdparty%2Fsquid.git never use mallocmap() --- diff --git a/src/tools.cc b/src/tools.cc index 8c0d16cd69..bc0508623c 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1,6 +1,6 @@ /* - * $Id: tools.cc,v 1.106 1997/05/15 23:43:31 wessels Exp $ + * $Id: tools.cc,v 1.107 1997/05/23 20:46:13 wessels Exp $ * * DEBUG: section 21 Misc Functions * AUTHOR: Harvest Derived @@ -218,9 +218,6 @@ dumpMallocStats() fprintf(debug_log, "\tbytes used in maintaining the free tree:\t%d\n", mp.treeoverhead); #endif /* HAVE_EXT_MALLINFO */ -#if PRINT_MMAP - mallocmap(); -#endif /* PRINT_MMAP */ #endif /* HAVE_MALLINFO */ }