Changeset 620 for trunk/psLib/test/collections/tst_psArray_06.c
- Timestamp:
- May 7, 2004, 3:19:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psArray_06.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psArray_06.c
r576 r620 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-05-0 5 20:39:09$14 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-05-08 01:19:28 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 111 111 } 112 112 psMemCheckLeaks(0, NULL, stdout); 113 int nBad = psMemCheckCorruption(0); 114 if(nBad) { 115 printf("ERROR: Found %d bad memory blocks\n", nBad); 116 } 113 117 printFooter(stdout, "psArray", "Free void pointer array with function callback", true); 114 118
Note:
See TracChangeset
for help on using the changeset viewer.
