IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2004, 4:08:42 PM (22 years ago)
Author:
desonia
Message:

:q

File:
1 edited

Legend:

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

    r846 r848  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-06-04 01:56:51 $
     8 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-06-04 02:08:42 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    168168    cb = psMemExhaustedCallbackSet(TPOutOfMemoryExhaustedCallback);
    169169
    170     mem1 = (int*) psAlloc(INT_MAX);
    171     mem2 = (int*) psAlloc(INT_MAX);
    172     mem3 = (int*) psAlloc(INT_MAX);
    173     mem4 = (int*) psAlloc(INT_MAX);
     170    mem1 = (int*) psAlloc(UINT_MAX-1000);
    174171
    175172    psMemExhaustedCallbackSet(cb);
Note: See TracChangeset for help on using the changeset viewer.