Changeset 8627 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Aug 25, 2006, 6:34:28 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
r8540 r8627 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1. 79$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-08-2 4 02:17:17$10 * @version $Revision: 1.80 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-08-26 04:34:28 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 530 530 ptr = memExhaustedCallback(size); 531 531 if (ptr == NULL) { 532 psAbort(__func__, "Failed to reallocate % ld bytes at %s:%d", size, file, lineno);532 psAbort(__func__, "Failed to reallocate %zd bytes at %s:%d", size, file, lineno); 533 533 } 534 534 }
Note:
See TracChangeset
for help on using the changeset viewer.
