IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2004, 10:11:17 AM (22 years ago)
Author:
desonia
Message:

fixed memory corruption detection system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psMemory.h

    r541 r639  
    1212 *  @author Robert Lupton, Princeton University
    1313 *
    14  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-04-28 02:51:39 $
     14 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-05-11 20:11:17 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    135135
    136136/// set p_psMemAllocateID to id
    137 long psMemAllocateIDSet(
     137long psMemAllocateCallbackSetID(
    138138    long id                         ///< ID to set
    139139);
    140140
    141141/// set p_psMemFreeID to id
    142 long psMemFreeIDSet(
     142long psMemFreeCallbackSetID(
    143143    long id                         ///< ID to set
    144144);
Note: See TracChangeset for help on using the changeset viewer.