IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psHash.c

    r3286 r3682  
    1212*  @author Robert DeSonia, MHPCC
    1313*
    14 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2005-02-18 22:17:20 $
     14*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2005-04-07 20:27:41 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9090    psHashBucket* bucket = psAlloc(sizeof(psHashBucket));
    9191
    92     p_psMemSetDeallocator(bucket, (psFreeFcn) hashBucketFree);
     92    psMemSetDeallocator(bucket, (psFreeFcn) hashBucketFree);
    9393
    9494    // Initialize the bucket.
     
    141141    psHash* table = psAlloc(sizeof(psHash));
    142142
    143     p_psMemSetDeallocator(table, (psFreeFcn) hashFree);
     143    psMemSetDeallocator(table, (psFreeFcn) hashFree);
    144144
    145145    // Allocate memory for the buckets.
Note: See TracChangeset for help on using the changeset viewer.