IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2004, 1:00:17 PM (22 years ago)
Author:
desonia
Message:

Changed the means of deallocation of memory. ps_Alloc now registers an optional free function to handle any additional processing of a memory object.

File:
1 edited

Legend:

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

    r995 r1073  
    1010 *  @author  Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    13  *  @date  $Date: 2004-06-11 01:46:02 $
     12 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     13 *  @date  $Date: 2004-06-23 23:00:15 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6363    // Test C - Free psBitSets
    6464    printPositiveTestHeader(stdout, "psBitSet", "Free psBitSets");
    65     psBitSetFree(bs1);
    66     psBitSetFree(bs2);
    67     psBitSetFree(outbs);
     65    psFree(bs1);
     66    psFree(bs2);
     67    psFree(outbs);
    6868    psMemCheckLeaks(0, NULL, stdout);
    6969    int nBad = psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.