Changeset 714 for trunk/psLib/test/sysUtils/tst_psMemory.c
- Timestamp:
- May 17, 2004, 4:34:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psMemory.c
r647 r714 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-05-1 2 19:04:26$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-05-18 02:34:00 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 170 170 cb = psMemExhaustedCallbackSet(TPOutOfMemoryExhaustedCallback); 171 171 172 mem = (int*) psAlloc( LONG_MAX);172 mem = (int*) psAlloc(ULONG_MAX); 173 173 174 174 psMemExhaustedCallbackSet(cb);
Note:
See TracChangeset
for help on using the changeset viewer.
