Index: /trunk/psLib/test/sysUtils/tst_psMemory.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 847)
+++ /trunk/psLib/test/sysUtils/tst_psMemory.c	(revision 848)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-04 01:56:51 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-04 02:08:42 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -168,8 +168,5 @@
     cb = psMemExhaustedCallbackSet(TPOutOfMemoryExhaustedCallback);
 
-    mem1 = (int*) psAlloc(INT_MAX);
-    mem2 = (int*) psAlloc(INT_MAX);
-    mem3 = (int*) psAlloc(INT_MAX);
-    mem4 = (int*) psAlloc(INT_MAX);
+    mem1 = (int*) psAlloc(UINT_MAX-1000);
 
     psMemExhaustedCallbackSet(cb);
Index: /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr	(revision 847)
+++ /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr	(revision 848)
@@ -17,5 +17,5 @@
  <DATE> <TIME> <HOST> |I|TPOutOfMemory  |Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
  <DATE> <TIME> <HOST> |I|TPOutOfMemoryExhaustedCallback|Custom MemExhaustedCallback was invoked.
- <DATE> <TIME> <HOST> |A|p_psAlloc      |Failed to allocate 2147483647 bytes at tst_psMemory.c:170
+ <DATE> <TIME> <HOST> |A|p_psAlloc      |Failed to allocate 4294966295 bytes at tst_psMemory.c:170
 
 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
@@ -59,14 +59,14 @@
  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one instance.
                    file:line ID
-         tst_psMemory.c:333  1
+         tst_psMemory.c:330  1
  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with a different leak location
  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one error.
                    file:line ID
-         tst_psMemory.c:363  11
+         tst_psMemory.c:360  11
  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with multiple leak locations.
  <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce two errors.
                    file:line ID
-         tst_psMemory.c:391  16
-         tst_psMemory.c:391  14
+         tst_psMemory.c:388  16
+         tst_psMemory.c:388  14
 
 ---> TESTPOINT PASSED (psMemory{454-TPcheckLeaks} | tst_psMemory.c)
