Changeset 850 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Jun 3, 2004, 4:17:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r849 r850 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-06-04 02: 09:13$10 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-06-04 02:17:32 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 249 249 ptr = memExhaustedCallback(size); 250 250 if (ptr == NULL) { 251 psAbort(__func__, "Failed to allocate % ldbytes at %s:%d",251 psAbort(__func__, "Failed to allocate %u bytes at %s:%d", 252 252 size, file, lineno); 253 253 } 254 254 } 255 256 255 257 256 // increment the memory id safely.
Note:
See TracChangeset
for help on using the changeset viewer.
