OSDN Git Service

2003-06-20 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2003 15:26:23 +0000 (15:26 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2003 15:26:23 +0000 (15:26 +0000)
* testsuite/testsuite_performance.h (resource_counter): Don't use
mallinfo at the moment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68268 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/testsuite_performance.h

index 9aa551a..ada09bf 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-20  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/testsuite_performance.h (resource_counter): Don't use
+       mallinfo at the moment.
+
 2003-06-20  Matthias Klose  <doko@debian.org>
 
        * configure.host: Set try_cpu to target_cpu for existing
index b9b76cd..598571b 100644 (file)
@@ -107,7 +107,7 @@ namespace __gnu_cxx_test
     { 
       if (getrusage(who, &rusage_begin) != 0 )
        memset(&rusage_begin, 0, sizeof(rusage_begin));
-      allocation_begin = mallinfo();
+      // allocation_begin = mallinfo();
     }
     
     void
@@ -115,7 +115,7 @@ namespace __gnu_cxx_test
     { 
       if (getrusage(who, &rusage_end) != 0 )
        memset(&rusage_end, 0, sizeof(rusage_end));
-      allocation_end = mallinfo();
+      // allocation_end = mallinfo();
     }
 
     int