Changeset f3398d in git


Ignore:
Timestamp:
Sep 18, 2000, 11:18:26 AM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
512a2b2be5625bc9c81f33a07726e1e779120a2f
Parents:
36ee6f0365457dc62f726a5e901573d6c6f77b2d
Message:
* syntax errors


git-svn-id: file:///usr/local/Singular/svn/trunk@4605 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
omalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omtTest.c

    r36ee6f rf3398d  
    364364        used_regions += om_Info.CurrentRegionsAlloc;
    365365      }
    366       omPrintUsedAddrs(stdout);
     366      omPrintUsedAddrs(stdout, 5);
    367367      i=0;
    368368      n--;
  • omalloc/omtTestAlloc.c

    r36ee6f rf3398d  
    44 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omtTestAlloc.c,v 1.6 2000-09-18 09:12:17 obachman Exp $
     6 *  Version: $Id: omtTestAlloc.c,v 1.7 2000-09-18 09:18:26 obachman Exp $
    77 *******************************************************************/
    88#include "omtTest.h"
     
    1818#ifdef TEST_KEEP
    1919#define OM_CHECK CHECK_LEVEL
    20 #define OM_KEEP
     20#define OM_KEEP  1
    2121#define omtTestAlloc   omtTestAllocKeep
    2222#define omtTestRealloc omtTestReallocKeep
Note: See TracChangeset for help on using the changeset viewer.