Changeset 846 for trunk/psLib/test/sysUtils/tst_psMemory.c
- Timestamp:
- Jun 3, 2004, 3:56:52 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
r829 r846 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-0 2 20:02:42$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-04 01:56:51 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 168 168 cb = psMemExhaustedCallbackSet(TPOutOfMemoryExhaustedCallback); 169 169 170 mem1 = (int*) psAlloc( LONG_MAX/2);171 mem2 = (int*) psAlloc( LONG_MAX/2);172 mem3 = (int*) psAlloc( LONG_MAX/2);173 mem4 = (int*) psAlloc( LONG_MAX/2);170 mem1 = (int*) psAlloc(INT_MAX); 171 mem2 = (int*) psAlloc(INT_MAX); 172 mem3 = (int*) psAlloc(INT_MAX); 173 mem4 = (int*) psAlloc(INT_MAX); 174 174 175 175 psMemExhaustedCallbackSet(cb);
Note:
See TracChangeset
for help on using the changeset viewer.
