Changeset 2562 for trunk/psLib/src/sysUtils/psMemory.c
- Timestamp:
- Nov 30, 2004, 2:56:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note:
See TracChangeset
for help on using the changeset viewer.
