Changeset 2393 for trunk/psLib/test/collections
- Timestamp:
- Nov 22, 2004, 11:22:44 AM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
tst_psArray01.c (modified) (2 diffs)
-
tst_psVectorSort_04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psArray01.c
r2388 r2393 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-11- 19 21:58:59$14 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-11-22 21:22:44 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 119 119 psFree(mySt[i]); 120 120 } 121 if( psMemCheckLeaks(0, NULL, stdout ) != 0) {121 if( psMemCheckLeaks(0, NULL, stdout, false) != 0) { 122 122 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected."); 123 123 return 110; -
trunk/psLib/test/collections/tst_psVectorSort_04.c
r2204 r2393 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-1 0-27 00:57:33$11 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-22 21:22:44 $ 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 psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout );36 psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout, false); 37 37 if(nLeaks) { 38 38 printf("ERROR: Found %d memory blocks\n", nLeaks);
Note:
See TracChangeset
for help on using the changeset viewer.
