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_01.c

    r965 r1073  
    1717 *  @author  Ross Harman, MHPCC
    1818 *
    19  *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2004-06-10 00:28:23 $
     19 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2004-06-23 23:00:15 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    121121    // Test J - Free psBitSet
    122122    printPositiveTestHeader(stdout, "psBitSet", "Free psBitSet");
    123     psBitSetFree(bs);
     123    psFree(bs);
    124124    psMemCheckLeaks(0, NULL, stdout);
    125125    psMemCheckCorruption(0);
Note: See TracChangeset for help on using the changeset viewer.