Changeset 10893 for branches/jch-memory/psLib/src/sys/psMemory.c
- Timestamp:
- Jan 3, 2007, 11:55:11 AM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.c
r10892 r10893 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.88.2. 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-01-03 21:5 3:56$10 * @version $Revision: 1.88.2.6 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-03 21:55:11 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 59 59 abort(); 60 60 61 // As with psAbort(), psError() is also *UNSAFE* to use from within the memory 62 // subsystem. 61 63 #define PS_MEM_ERROR(code, new, ...) \ 62 64 P_PS_MEM_ERROR(__FILE__, __LINE__, __func__, code, new, __VA_ARGS__)
Note:
See TracChangeset
for help on using the changeset viewer.
