Changeset 2562
- Timestamp:
- Nov 30, 2004, 2:56:32 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
sys/psMemory.c (modified) (2 diffs)
-
sysUtils/psMemory.c (modified) (2 diffs)
-
sysUtils/psSysUtilsErrors.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r2391 r2562 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-1 1-22 20:49:59$10 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-12-01 00:56:32 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 380 380 if (checkMemBlock(ptr, __func__) != 0) { 381 381 memProblemCallback(ptr, file, lineno); 382 psAbort(file, "Realloc detected a memory corruption (id %l d @ %s:%d).",382 psAbort(file, "Realloc detected a memory corruption (id %lld @ %s:%d).", 383 383 ptr->id, ptr->file, ptr->lineno); 384 384 } -
trunk/psLib/src/sysUtils/psMemory.c
r2391 r2562 8 8 * @author Robert Lupton, Princeton University 9 9 * 10 * @version $Revision: 1.4 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-1 1-22 20:49:59$10 * @version $Revision: 1.46 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-12-01 00:56:32 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 380 380 if (checkMemBlock(ptr, __func__) != 0) { 381 381 memProblemCallback(ptr, file, lineno); 382 psAbort(file, "Realloc detected a memory corruption (id %l d @ %s:%d).",382 psAbort(file, "Realloc detected a memory corruption (id %lld @ %s:%d).", 383 383 ptr->id, ptr->file, ptr->lineno); 384 384 } -
trunk/psLib/src/sysUtils/psSysUtilsErrors.dat
r2320 r2562 25 25 psMemory_UNDERFLOW Memory block %ld is corrupted; buffer underflow detected. 26 26 psMemory_OVERFLOW Memory block %ld is corrupted; buffer overflow detected. 27 psMemory_MULTIPLE_FREE Block %l d, allocated at %s:%d, freed multiple times at %s:%d.27 psMemory_MULTIPLE_FREE Block %lld, allocated at %s:%d, freed multiple times at %s:%d. 28 28 # 29 29 # Error Messages from psString.c:
Note:
See TracChangeset
for help on using the changeset viewer.
