Changeset 2600 for trunk/psLib/src/sysUtils/psSysUtilsErrors.h
- Timestamp:
- Dec 2, 2004, 11:12:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psSysUtilsErrors.h
r2320 r2600 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-1 1-10 18:36:10$9 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-02 21:12:52 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 36 #define PS_ERRORTEXT_psLogMsg_UNKNOWN_KEY "Unknown logging keyword %c." 37 37 #define PS_ERRORTEXT_psMemory_NULL_BLOCK "NULL memory block found." 38 #define PS_ERRORTEXT_psMemory_DEREF_BLOCK_USE "Memory block %l d was freed but still being used."39 #define PS_ERRORTEXT_psMemory_UNDERFLOW "Memory block %l d is corrupted; buffer underflow detected."40 #define PS_ERRORTEXT_psMemory_OVERFLOW "Memory block %l d is corrupted; buffer overflow detected."41 #define PS_ERRORTEXT_psMemory_MULTIPLE_FREE "Block %l d, allocated at %s:%d, freed multiple times at %s:%d."38 #define PS_ERRORTEXT_psMemory_DEREF_BLOCK_USE "Memory block %lld was freed but still being used." 39 #define PS_ERRORTEXT_psMemory_UNDERFLOW "Memory block %lld is corrupted; buffer underflow detected." 40 #define PS_ERRORTEXT_psMemory_OVERFLOW "Memory block %lld is corrupted; buffer overflow detected." 41 #define PS_ERRORTEXT_psMemory_MULTIPLE_FREE "Block %lld, allocated at %s:%d, freed multiple times at %s:%d." 42 42 #define PS_ERRORTEXT_psString_NCHAR_NEGATIVE "Can not copy a negative number of characters (%d)." 43 43 #define PS_ERRORTEXT_psTrace_NULL_SUBCOMPONENT "Sub-component %d of node %s in trace tree is NULL."
Note:
See TracChangeset
for help on using the changeset viewer.
