Changeset 1300
- Timestamp:
- Jul 27, 2004, 12:48:19 PM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
tst_psVectorSort_03.c (modified) (2 diffs)
-
tst_psVectorSort_04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psVectorSort_03.c
r1233 r1300 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07- 15 23:52:34$12 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-27 22:48:19 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 51 51 psFree(in); 52 52 psFree(out); 53 psMemCheckLeaks(0, NULL, stdout); 53 int nLeaks = psMemCheckLeaks(0, NULL, stdout); 54 if(nLeaks) { 55 printf("ERROR: Found %d memory leaks\n", nLeaks); 56 } 54 57 int nBad = psMemCheckCorruption(0); 55 58 if(nBad) { -
trunk/psLib/test/collections/tst_psVectorSort_04.c
r1233 r1300 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-07- 15 23:52:34$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-07-27 22:48:19 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 34 34 printPositiveTestHeader(stdout, "psVectorSort", "Free vectors"); 35 35 psFree(goodOut); 36 psMemCheckLeaks(0, NULL, stdout); 36 int nLeaks = psMemCheckLeaks(0, NULL, stdout); 37 if(nLeaks) { 38 printf("ERROR: Found %d memory blocks\n", nLeaks); 39 } 37 40 int nBad = psMemCheckCorruption(0); 38 41 if(nBad) {
Note:
See TracChangeset
for help on using the changeset viewer.
