IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2004, 4:04:23 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psMemory.c

    r1406 r1544  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2004-08-06 22:34:06 $
     8*  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2004-08-14 02:04:23 $
    1010*
    1111*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    191191
    192192    for ( int lcv = 0; lcv < 100; lcv++ ) {
    193         mem[ lcv ] = ( int* ) psRealloc( mem[ lcv ], SIZE_MAX - 1000 );
     193        mem[ lcv ] = ( int* ) psRealloc( mem[ lcv ], SIZE_MAX/2 - 1000 );
    194194    }
    195195
     
    226226
    227227    for ( int lcv = 0; lcv < 100; lcv++ ) {
    228         mem[ lcv ] = ( int* ) psAlloc( SIZE_MAX - 1000 );
     228        mem[ lcv ] = ( int* ) psAlloc( SIZE_MAX/2 - 1000 );
    229229    }
    230230
Note: See TracChangeset for help on using the changeset viewer.