Changeset f09b51 in git


Ignore:
Timestamp:
Oct 28, 2005, 4:56:12 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9558c5f5a64f8be0026aa497a8543a30a0020d23
Parents:
e0273954f267828048b4c40915991fb7a094e957
Message:
*hannes: debug code for memory leaks (inactiv)


git-svn-id: file:///usr/local/Singular/svn/trunk@8761 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    re02739 rf09b51  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.119 2005-10-25 17:14:12 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.120 2005-10-28 14:56:12 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    307307        if (pi->data.s.body==NULL) return TRUE;
    308308      }
     309//      omUpdateInfo();
     310//      int m=om_Info.UsedBytes;
     311//      Print("proc %s, mem=%d\n",IDID(pn),m);
    309312      newBuffer( omStrDup(pi->data.s.body), BT_proc,
    310313                 pi, pi->data.s.body_lineno-(v!=NULL) );
     
    354357  if (pi!=NULL)
    355358    pi->trace_flag=save_flags;
     359//  omUpdateInfo();
     360//  int m=om_Info.UsedBytes;
     361//  Print("exit %s, mem=%d\n",IDID(pn),m);
    356362  return err;
    357363}
Note: See TracChangeset for help on using the changeset viewer.