IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2004, 4:34:00 PM (22 years ago)
Author:
desonia
Message:

modified psImage to match currect IfA input and added copy function.

File:
1 edited

Legend:

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

    r647 r714  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-05-12 19:04:26 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-05-18 02:34:00 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    170170    cb = psMemExhaustedCallbackSet(TPOutOfMemoryExhaustedCallback);
    171171
    172     mem = (int*) psAlloc(LONG_MAX);
     172    mem = (int*) psAlloc(ULONG_MAX);
    173173
    174174    psMemExhaustedCallbackSet(cb);
Note: See TracChangeset for help on using the changeset viewer.