IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2004, 11:22:44 AM (22 years ago)
Author:
evanalst
Message:

Update psMemCheckLeaks function.

Location:
trunk/psLib/test/collections
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/collections/tst_psArray01.c

    r2388 r2393  
    1212 *  @author  Ross Harman, MHPCC
    1313 *
    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 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    119119        psFree(mySt[i]);
    120120    }
    121     if( psMemCheckLeaks(0, NULL, stdout) != 0) {
     121    if( psMemCheckLeaks(0, NULL, stdout, false) != 0) {
    122122        psError(PS_ERR_UNKNOWN,true,"Memory leaks detected.");
    123123        return 110;
  • trunk/psLib/test/collections/tst_psVectorSort_04.c

    r2204 r2393  
    99 *  @author  Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    12  *  @date  $Date: 2004-10-27 00:57:33 $
     11 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     12 *  @date  $Date: 2004-11-22 21:22:44 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3434    printPositiveTestHeader(stdout, "psVectorSort", "Free vectors");
    3535    psFree(goodOut);
    36     psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout);
     36    psS32 nLeaks = psMemCheckLeaks(0, NULL, stdout, false);
    3737    if(nLeaks) {
    3838        printf("ERROR: Found %d memory blocks\n", nLeaks);
Note: See TracChangeset for help on using the changeset viewer.