Changeset 8629 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Aug 25, 2006, 7:01:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r8627 r8629 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.8 0$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-08-26 0 4:34:28$10 * @version $Revision: 1.81 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-08-26 05:01:49 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 437 437 ptr = memExhaustedCallback(size); 438 438 if (ptr == NULL) { 439 psAbort(__func__, "Failed to allocate % ubytes at %s:%d", size, file, lineno);439 psAbort(__func__, "Failed to allocate %zd bytes at %s:%d", size, file, lineno); 440 440 } 441 441 }
Note:
See TracChangeset
for help on using the changeset viewer.
