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/sys/psMemory.h

    r3264 r3682  
    1212 *  @ingroup MemoryManagement
    1313 *
    14  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-02-17 19:26:24 $
     14 *  @version $Revision: 1.36 $ $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
     
    150150 *
    151151 */
    152 void p_psMemSetDeallocator(
     152void psMemSetDeallocator(
    153153    psPtr ptr,                         ///< the memory block to operate on
    154154    psFreeFcn freeFcn                  ///< the function to be executed at deallocation
     
    164164 *  @return psFreeFcn    the routine to be called at deallocation.
    165165 */
    166 psFreeFcn p_psMemGetDeallocator(
     166psFreeFcn psMemGetDeallocator(
    167167    psPtr ptr                          ///< the memory block
    168168);
Note: See TracChangeset for help on using the changeset viewer.