Changeset 848 for trunk/psLib/test/sysUtils/tst_psMemory.c
- Timestamp:
- Jun 3, 2004, 4:08:42 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
r846 r848 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-06-04 0 1:56:51$8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-06-04 02:08:42 $ 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(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); 174 171 175 172 psMemExhaustedCallbackSet(cb);
Note:
See TracChangeset
for help on using the changeset viewer.
