Changeset fa2a43 in git


Ignore:
Timestamp:
Dec 12, 2000, 5:25:44 PM (22 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
cb2fb47b1cb1c860f624aae6dcac42ef5698d06e
Parents:
2c72eb986386d08c4cad3c7641468921a9faf348
Message:
Winnt stuff


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

Legend:

Unmodified
Added
Removed
  • omalloc/omFindExec.c

    r2c72eb rfa2a43  
    44 *  Author:  obachman (Olaf Bachmann)
    55 *  Created: 11/99
    6  *  Version: $Id: omFindExec.c,v 1.6 2000-08-16 12:06:11 obachman Exp $
     6 *  Version: $Id: omFindExec.c,v 1.7 2000-12-12 16:25:43 levandov Exp $
    77 *******************************************************************/
    88
     
    2323#ifndef MAXPATHLEN
    2424#define MAXPATHLEN 1024
     25#endif
     26
     27#ifdef WINNT
     28#include "om_Alloc.h"
    2529#endif
    2630
  • omalloc/omtTest.h

    r2c72eb rfa2a43  
    1111// #define MAX_CELLS  500000   
    1212// #define MAX_CELLS     100000
    13 #define MAX_CELLS     10000000
     13#define MAX_CELLS     100000
    1414#define KEEP_ADDR     100
    1515// #define KEEP_ADDR     0
Note: See TracChangeset for help on using the changeset viewer.